Hello,
I’m new to frappe cloud.
I’m using frappe v13. I have created a web form. After the submission of form, I wanna redirect to the web page link.
There’s a section called ‘Actions’ on the Web Form document where we can specify the Success URL (this is the url that the Web Form redirects to upon successful submission). I tried that, but the redirect function wasn’t working.
If there is any other way to do it please let me know.
I’m really stuck on this.
Are you logged in as any user? The description of the Success URL field says, Go to this URL after completing the form (only for Guest users). So it only works for Guest Users.
You can achieve this using javascript. In your webform go to the Client Script section. Add the following code there.
Thanks for your reply. For that may be we need to remove the Login Required feature and if we remove that then Route to Success Link option is also removed.