Forum Discussion
ZintJoseph
8 years agoQrew Captain
Create an html code page and add a redirect to your button in your form. If you have a save button in the survey, you can put the redirect there
HTML code page similar to this
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;"><img alt="" src="path to an image if you want one"; /></span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;"> </span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;">Thank you for your response.</span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;">We have noted that you have accepted our quote and we will be in touch with you to schedule the repairs.</span></strong></p>
Redirect to add to the code for your save/submit button
& "&rdr=" & URLEncode("https://your QuickBase URL=showpage&pageid=8")
The 8 in the string above is the page ID of your code page
You can use an HTML editor to write the message and then format it with the HTML code
Here is one that I have used
https://html-online.com/editor/
HTML code page similar to this
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;"><img alt="" src="path to an image if you want one"; /></span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;"> </span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;">Thank you for your response.</span></strong></p>
<p style="font-size: medium; text-align: center;"><strong><span style="font-size: 16pt;">We have noted that you have accepted our quote and we will be in touch with you to schedule the repairs.</span></strong></p>
Redirect to add to the code for your save/submit button
& "&rdr=" & URLEncode("https://your QuickBase URL=showpage&pageid=8")
The 8 in the string above is the page ID of your code page
You can use an HTML editor to write the message and then format it with the HTML code
Here is one that I have used
https://html-online.com/editor/