By enabling this Elementor Pro Form Extension, you can find a new "Actions After Submit" called Dynamic Redirect.
Add it to the "Add Action" multi-select, and the new Dynamic Redirect Section will appear.
Set Your Conditions
You can set multiple conditions and click on "Add Item" to set a new redirect option.
Please pay attention to the order; when a condition is satisfied, the following redirect options will be left out.
Redirect Options
Condition: type the field ID
Condition Status: the logic operation used on the selected field.
Empty, if the current field doesn't have a value;
Valued, if the current field is filled or selected by the user;
Less Than, the field's value has a value less than... (usually for numbers or dates);
Greater Than, the field's value has a value greater than... (usually for numbers or dates);
Equal To, the field's value is precisely equal to...;
Contain, the field's value contains a substring.
Condition Value: the comparative value, needed only for a particular operation.
Redirect To: the URL redirecting the user after submission if the condition is satisfied.
In the URL field, you can use Elementor Field shortcodes (like [field id="email"]) and also Dynamic Shortcodes. like {form:email}.
Example:
https://www.mysite.ext/?email={form:email}&name={form:name}