Solved, sort of
I found these directions on another post, followed them and can get the session variable to carry for some of the pages, but not all. Also, in reference to the post above about getting two emails triggered from the confirm.php page (where I put Universal Email) one of the emails will carry the date variable and the other doesn't. I suspect both problems relate somehow to the POST action of the form. I would appreciate some advise on this.
Thanks,
Here are the instructions I used to get the session variable to bind to the confirm page.
-----------------------------------------------------
If you have eCart installed you can add the eCart > general > set session value server behavior to set the session variable for you.
You need to apply this to the page that your form is posting to with the action in the form tag. When you apply this you will set the trigger, like before page load, then for the value use the lightning bolt to select the select list.
If you are adding it to the same page you will have the form bindings available to you, if you are applying it to a page that does not have the form on it you will need to go to Bindings > Form Data to select the page that has the form on it to get the bindings available to you.
Reply With Quote
--------------------------------------------------------