Dylan Halliday
Member
Hi,
I have two flows showing an HTTP status code 202 on the final step in testing and an HTML question after that.
The two flows in my account are:
LH - Settlement Anniversary email
LH - Birthday Email (New)
I also have an HTML link in the settlement email that doesn't work as intended. I am using Cognito forms, and with this platform, you can create pre-filled forms using URLs.
This is what I need:
Except I replaced the xxxxx with merged data from the flow.
I tried this also to make it more HTML friendly
You will have to excuse my lack of experience in these things.
I have two flows showing an HTTP status code 202 on the final step in testing and an HTML question after that.
The two flows in my account are:
LH - Settlement Anniversary email
LH - Birthday Email (New)
I also have an HTML link in the settlement email that doesn't work as intended. I am using Cognito forms, and with this platform, you can create pre-filled forms using URLs.
This is what I need:
Code:
https://www.*****.com/*****/YourContactDetails?entry={"YourName":"XXXXXX","EmailAddress":"xxxxxxx"}
Except I replaced the xxxxx with merged data from the flow.
I tried this also to make it more HTML friendly
Code:
https://www.*****.com/****/YourContactDetails?entry=%7B%22YourName%22:%22XXXXXX%22%2C%22EmailAddress%22:%22xxxxxxx%22%7D
You will have to excuse my lack of experience in these things.
Last edited: