I am building an interface for booking an appointment online. The interface will be in Drupal, and will be presented as a four-stage form. The user will proceed sequentially through the stages of the form, submitting the form values by clicking a submit button before proceeding to the next stage. When the current stage of the form is submitted, the values will be sent to a remote Rest API. The returned values from the Rest API will be used to build the next stage of the form. Is the Ctools form wizard a good choice for this kind of interface?

Comments

MustangGB’s picture

Status: Active » Closed (outdated)