i have created a quickmode form with the last page set as the thank you page. originally i wanted to set a section to be hidden unless the visitor takes a certain action on the form, however it appears that once the form is submitted - the javascript to show/hide the field will be broken
i then tried to add php to the after submit piece, however even when i do something as simple as
| Code: |
echo "hello world";
|
this does not show on my thank you page. is there a way to get the php to echo on the thank you page?