nathanjb00
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: PHP Sessions Variable Assistance@joyously I’ve tried starting the session before the theme template loaded and it didn’t change my results. I’m still not getting the session variable. I can confirm that the session variable data is their before the page redirects, however, is lost after the page redirects.
Forum: Developing with WordPress
In reply to: PHP Sessions Variable Assistance@joyously Thank you! I will look on how the sessions are loaded and will feedback my findings.
Forum: Developing with WordPress
In reply to: PHP Sessions Variable Assistance@joyously I’m unsure how my two process contradict each-other. The form is hosted on our website. TypeForm receives the responses when the user submits the form. TypeForm sends the responses in a webhook to our website, which at this point the e-mail address is stored from the webhook in a session variable on our website. The session variable doesn’t go anywhere else apart from our website.
Forum: Developing with WordPress
In reply to: PHP Sessions Variable AssistanceHi @joyously,
Thank you for your reply. I believe this has been created as a $_SESSION variable.
Please see the process again, but this time with what server is responding to each part.
User Submits their Form (This is sent to TypeForm) -> Webhook is sent to webserver (This is sent from TypeForm to Webserver) -> Webserver responds to TypeForm confirming that we’ve received the webhook (Webserver to TypeForm).
“Form page is on your host, containing iframe that talks to a Typeform host?
Form is submitted to TypeForm host, $_SESSION[“email”] variable is holding email on our webserver until the page re-directs”