I've encountered a couple of issues so far. My apologies in advanced for the lengthiness of the post. ๐ :?
1) I restored this form to our production environment but only display the menu for registered users. It seems there is an issue with the republish option in the Show HTML event as follows:
Warning: preg_replace(): Unknown modifier 'p' in /usr/local/pem/vhosts/107732/webspace/httpsdocs/components/com_chronoforms/libraries/includes/data_republish.php on line 173 Warning: preg_replace(): Unknown modifier 'o' in /usr/local/pem/vhosts/107732/webspace/httpsdocs/components/com_chronoforms/libraries/includes/data_republish.php on line 173
When I switch it to No it no longer displays the error, but then it doesn't republish the form data when Back is selected. It didn't behave this way in my test environment, so I'm not sure what to make of it. Any ideas?
2) I moved the Authorize.net action into the On Submit but it was behaving strangely after the CSSV and Confirmation Page. Since it kept rendering the A.net debug info above the Confirmation page and also displayed the form below that, I moved it into a separate event after On Submit. I have it working, the only problem is that it is not progressing to the last page which provides the upload. I have the page break above the File Upload element with a Submit Button element below it. All I get is a blank page.
[attachment=2]Event Order.png[/attachment]
This leads me to one other question. Bob recommended providing the file upload at the end after payment authorization, but couldn't I just add it to the main form and have a Upload Files event before the CSSV? If the user went back a page and selected again, it would run the Upload Files event again and the file would just be overwritten, right? My thought is that way I don't have to try to get three different pages to function and I can just run the Image Resize event at the end to save them to the folders where I need them. Would that work?
3) Lastly, I am running the form on SSL because it will be processing payments. The strangest thing is happening - I have the default value of the website text box set to http:// yet the form is displaying
https://. What is causing the form to populate a secure URL prefix?
[attachment=1]Website Prefix Display.png[/attachment]
Attached is the latest copy of the form. Thanks for your help in resolving these issues!
Chad