logo
WebsiteDashboard
๐Ÿ“•
Formcarry Documentations
๐Ÿงญ
Getting Started
๐Ÿ’ญ
Getting Deeper
๐Ÿ–ผ๏ธ
File Uploads
๐Ÿ“ฌ
Reply To
๐Ÿ”™
Dynamic Return URL
๐Ÿ”ง
Code Examples
๐Ÿ”ฉ
Formcarry.js
๐Ÿ”ฉ
React
๐Ÿ”ฉ
Vue
๐Ÿ”ฉ
Axios
๐Ÿ”ฉ
Fetch
๐Ÿ”ฉ
jQuery
๐Ÿ”ฉ
XMLHttpRequest
๐Ÿคน๐Ÿปโ€โ™‚๏ธ
Features
โœ…
Thank You Pages
๐Ÿ’Œ
Self Email Notifications
๐Ÿ“ค
Respondent Email Notifications
๐ŸŽจ
Custom Email Templates
๐Ÿคฎ
Spam Protection
โฌ‡๏ธ
Exporting Submissions
๐Ÿ“ซ
Custom Email Servers
๐Ÿ’ฐ
Collecting Payments with Stripe
๐Ÿ“
Field Validations
๐Ÿ‘ฅ
Team Accounts
๐Ÿ›ก๏ธ
Google ReCaptcha
๐Ÿงฉ
Integrations
๐ŸŽฉ
Zapier
๐Ÿ’ณ
Stripe
๐Ÿ”ฎ
Formcarry API
๐Ÿ““
Forms API
๐Ÿ“œ
Submissions API
Formcarry Documentations
/
Getting Deeper

Dynamic Return URL

Sometimes you may want to redirect your users programmatically, formcarry allows you to do that by adding a hidden input withย name="_next"
html
<input type="hidden" name="_next" value="https://yourthank.you/page">
๐Ÿ’ก
If you have saved a custom thank you page URL from your dashboard, formcarry will ignore the dynamic return URL you set via code, in order to solely use this function leave your custom thank you page field empty.
Reply To
Code Examples

Powered by Notaku
Helpful?
Share