I have the following WebForm:

Page_01

Field_01
Field_02

Page Break ======

Page_02

Field_03
Field_04

Page Break ======

Page_03

Field_03
Field_04

I would like to know if there is a way to set the following conditions:

If Field_01 and Field_02 are filled, show NEXT Button to go to Page_02 (or automatically go to Page_02)?

Comments

kloewer created an issue. See original summary.

kloewer’s picture

Issue summary: View changes
Liam Morland’s picture

You can use the conditionals to display/hide a page break and that will effect the entire page.

Manav’s picture

The simplest way is to use Jquery with validation check. When you put or add value in both the field it will check it and then show button if both the value is present.

Liam Morland’s picture

Status: Active » Fixed

Please re-open if you still need help.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.