PDA

View Full Version : Does PHP code get called after a form edit?


andrelewis
06-29-2007, 06:37 AM
I have code in the PHP section of the form for form submit. Does this get called after an edit?


Andre

rob
06-29-2007, 10:00 AM
I resume you mean when you edit a record in the front end, and not when you edit the form itself.

IF so then yes the php code gets called

andrelewis
06-29-2007, 10:07 AM
Ok, yes on the front end. Just to clarify, so the form PHP gets called on both a new record and on a record edit?

Thanks!

Andre

rob
07-02-2007, 07:53 AM
Just to clarify, so the form PHP gets called on both a new record and on a record edit?


Correct :)