• I have a 3-step multiform (it passes data to each step of the process) that then sends most of the data to someone’s e-mail.

    The issue I am having is the first and third form’s data seems to come through just fine. The second form’s data does not show up in the e-mail. The variables are typed out as [Field1] [Field2] etc. and everything on the 2nd form shows up as unconverted strings like that.

    Some guidance as to why this is happening is appreciated. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can we see the website in question?

    Thread Starter pmelzer23

    (@pmelzer23)

    Unfortunately I cannot share that. I did learn that the 2nd form is using the conditional logic plugin on top of cf7.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Thread Starter pmelzer23

    (@pmelzer23)

    I am unsure why you are pointing me in this direction. This is a fairly simple question and I followed the limited manual that exists.

    I can sketch for you what the code looks like but it’s pretty simple:
    Form 1 has normal fields, has [multistep multistep-# link to next page]
    Form 2 has fields from conditional fields plugin has [multistep multistep-# link to final page]
    Form 3 has normal fields and has [multistep multistep-# send_mail]

    It sends the e-mail and records to Flamingo but all fields from form 2 (all fields on form 2 are conditionally based) are not in the mail nor in the Flamingo database. They simply do not exist so they appear as [Field1] in the e-mail and are nonexistent in the record.

    I am asking for either the manual or guidance as to why fields are being completely ignored.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘3-step multistep form is missing 2nd form’s data’ is closed to new replies.