• Resolved andywt

    (@andywt)


    I have a form that has the user enter a quantity of reservations they need (1-10). My gravity Form then uses that quantity to request additional information on 1-10 reservations. If the user specifies 2 reservations then two sets of info is captured by the form. The form works fine but when the data is captured by CFDB, none of the fields that passed the conditional test are captured in the CFDB. Only reservation 1 is captured.

    Have I missed something?

    • This topic was modified 9 years, 2 months ago by andywt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Perhaps there is a bug. I would have to set up an example like that and check it out.

    Thread Starter andywt

    (@andywt)

    Michael,
    I have turned on the Debug logs of the form and entries and can send them to you if that would be of help.

    Thread Starter andywt

    (@andywt)

    Michael, I have found the issue. As I was perusing the CFDBIntegrationGravityForms.php module, I stumbled on a comment “// Assumption: all inputs have diff labels”. Bingo! that was the issue. I was repeating the fields and was using the same field name. I changed the name and everything is working fine!

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

The topic ‘Fields with Conditional Logic Not Captured’ is closed to new replies.