Yes! ROASForm lets you append any collected form field values as URL parameters to your redirect URL. This means you can pass data like email, name, phone number, and any custom fields to the page your leads are redirected to after submitting the form.
Open your form in the ROASForm editor.
Go to Settings (gear icon).
Click on the URL Redirects tab in the left sidebar.
You'll see all of your form questions listed. Each one has a field name (e.g., email, full_name, phone_number) that will be used as the URL parameter key.
Choose how each field value should appear in the URL ā you can use Default field names or set Custom parameter names.
Remove any fields you don't want included by clicking the ā button next to them.
Check the URL Preview at the bottom to see exactly how your final redirect URL will look with all the parameters appended.
Click Save Changes.

If your redirect URL is https://mypage.com and you have email, name, and phone fields enabled, the final URL after submission would look like:
https://[email protected]&full_name=Joe+Smith&phone_number=%2B15551234567This is perfect for pre-filling fields on your thank-you page, passing lead data to your CRM, or tracking form submissions with custom parameters.
Use Custom parameter names if the receiving page expects specific query parameter keys (e.g., your CRM might expect user_email instead of email).
All values are automatically URL-encoded (spaces become +, special characters are escaped).
Make sure your "After Booking" action is set to Redirect to URL in Form Settings for this to work.