• jnpatingo

    (@jnpatingo)


    I am currently new to multistep forms and I can say that it is very powerful add-on for contact form 7. Is there any way to change the form template of contact forms that uses [multiform] tag? like a hook or something using functions.php.

    I am planning to modify it since some of the fields with names like name=”emails[]” and need to iterate this array fields to thee summary.

    for example:

    I have a checkbox called fruits and each fruits needs to have a separate div when being called with [multiform “fruits”].

    I hope you understand my concern, thank you!

    • This topic was modified 1 year ago by jnpatingo.
Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    Hi,

    You can use the cf7msm_form_field_value filter or the cf7msm_form_field_value_pro for the pro version. The parameters passed is the $value, $field_name, $id_att.

    I think that should get you what you need.

Viewing 1 replies (of 1 total)
  • The topic ‘Multistep form hook to display checkbox array values separately with divs’ is closed to new replies.