The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Onclick event to go to next page without clicking next button?
Has anybody had success creating an onclick event occur where the form goes to the next page in a multi page form when a radio button is clicked so the user doesn't have to click the next button? If so, care to share how you accomplished this? TIA!
October 30, 2018 at 5:26 am
The next button is still a submit button. You have to trigger a button.submit() action.
Discussion closed.