I would like to add further code when...

User 2159832 Photo


Registered User
58 posts

Which php module handles the events after Submit is clicked?

I would like to add a process at the point Submit goes to the notification phase or least past any possibility the Submit may have failed for input error reasons.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

I've done a few on the formcontroller.cls.php
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2159832 Photo


Registered User
58 posts

Eric Rohloff wrote:
I've done a few on the formcontroller.cls.php


Thanks, that certainly looks like a good place to do it.

Have you ever had to deal with form field values being available in this module?

My plan is to update a column in an existing database to indicate the user has had his new license generated, so then he won't be able to use the form to regenerate more licenses. I just need one of my values available to do the lookup and insert.
User 187934 Photo


Senior Advisor
20,271 posts
Online Now

I would use the $_SESSION variables. Their already available.
http://www.coffeecup.com/forums/web-for … post239659
Yes I have delt with them.
http://www.coffeecup.com/forums/web-for … post240231
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2159832 Photo


Registered User
58 posts

Eric Rohloff wrote:
I would use the $_SESSION variables. Their already available.
http://www.coffeecup.com/forums/web-for … post239628
Yes I have delt with them.
http://www.coffeecup.com/forums/web-for … post240231


Thanks, that's plenty of good stuff to help me.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.