Hi,
After successfully redoing the login and registration, I had to add the UE to registration.php and reuploaded the entire webassist folder to get it to work. Upon testing, the email receipt for the confirm page no longer worked, so I went to the confirm.php to try to apply UE to create the email receipt. Ended up creating a new email form.
On the email page:
Bindings Panel>Session>SpecialInstruction
SpecialInstruction is also in bindings as a Form Variable and also WA Validated entries.
Is this correct?
On the email page:
Server Behaviors Panel>Dynamic Text>Session>SpecialInstruction
The dynamic text is place properly into the page, but upon testing, it will not work - will not display the text box on the email receipt.
I also tried applying
Server Behaviors>eCart>General>Set Session Value
Trigger: Any Form Post
Session Name: SpecialInstruction
Value: <?php echo((isset($_POST["SpecialInstruction"]))?$_POST["SpecialInstruction"]:"") ?>
That also did not work
What is going to make this work?
Thank you :)
johna1964