I have a multi step form in Elementor with radio input, and I want to move to the next step when clicked in radio, now I need to click NEXT to move to next page, 2 clicks to move ahead, but I want just one..
Is that possibe to move automaticly afer clicked in radio option to the next step?
I doens’t understant java scritp to do this if someone can help me I’ll appreceate
2
Answers
write onclick on radio input same as Next button
I did it, this is my Vanilla Javascript code to auto click ‘Next’ when you click on a radio:
If you also want to auto click on ‘Send’ at the end of the form, you can use this script: