I have a form that is capturing user input data for events. (One form per single event.)
This form is being loaded on the page inside a bootstrap 3 modal, in the body, via an iFrame.
The form works correctly as intended except for the PayPal Redirect action. I've taken a photo of the Events and Actions for this form below:
[attachment=0]Screen Shot 2014-09-12 at 3.18.28 PM.png[/attachment]
After the form is is submitted, the Event Switcher checks to verify the requested ticket quantity can be met. If it can meet the requested quantity, it continues to process. If not, it loops for user correction.
Next, the standard Captcha check. Assuming that passes the input is saved to db and an email is sent. I have tested and verified everything is working up until this point. I have verified that the table entries are being saved to the db and I receive the emails as expected.
Lastly, the PayPayl Redirection action should be invoked at this point. However, the only visible action at this point is a blank page. I have tried using the Debugger action, placed before and after the Event Switcher action. The Debugger is not generating any output.
I recently implemented the Event Switcher action to execute the ticket check. Prior to that the PayPal Redirect action was working just fine.
What can I be looking for to better understand the issue/conflict? I can provide more details or conduct further tests as necessary.
This form is being loaded on the page inside a bootstrap 3 modal, in the body, via an iFrame.
The form works correctly as intended except for the PayPal Redirect action. I've taken a photo of the Events and Actions for this form below:
[attachment=0]Screen Shot 2014-09-12 at 3.18.28 PM.png[/attachment]
After the form is is submitted, the Event Switcher checks to verify the requested ticket quantity can be met. If it can meet the requested quantity, it continues to process. If not, it loops for user correction.
Next, the standard Captcha check. Assuming that passes the input is saved to db and an email is sent. I have tested and verified everything is working up until this point. I have verified that the table entries are being saved to the db and I receive the emails as expected.
Lastly, the PayPayl Redirection action should be invoked at this point. However, the only visible action at this point is a blank page. I have tried using the Debugger action, placed before and after the Event Switcher action. The Debugger is not generating any output.
I recently implemented the Event Switcher action to execute the ticket check. Prior to that the PayPal Redirect action was working just fine.
What can I be looking for to better understand the issue/conflict? I can provide more details or conduct further tests as necessary.