Hi everyone!
I've got a question. When a CF is linked to a CC for editing records, is its OnSubmit code executed?
i.e. a user defined CF OnSubmit code is executed when editing a record?
Thanks in advance
Hi fhe,
Don't know - it should be, a quick test will confirm.
Bob
In my opinion, for what I can see this code is not executed...is there a way to do so?
Hi fhe,
Is this OnSubmit Before Email code?? if so then 'Send Emails' needs to be set to Yes in the General tab. Just occurred to me that this might be the problem???
Bob
I've tried to set the Send Emails flag to 'Yes' in the General Tab but I can say that the code is not executed. Is there a way to debug what happens on the CF submit in order to see what code is executed and what code is not?
Hi fhe,
I'm afraid only by adding echo "XXX"; to the code all over the place and trying to track through :-(
Bob