• is it possible to send email after the user did finish filling in the first step?

    I would like to create form with email and company name in first step and add 2 steps with additional data afterwards.

    But is it possible to always send email on the first step and one if the user will fully fill the form?

Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    yes, on the first step, you can add the send_email attribute (or select the send email checkbox in the form tag helper).

    The form tag would look like this on the first step:
    [multistep multistep-123 first_step send_email]

    on the last step it would look like this:
    [multistep multistep-456 last_step send_email]

Viewing 1 replies (of 1 total)
  • The topic ‘automatic sending of email on the first step’ is closed to new replies.