Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    You can use in the CFF all javascript instructions and jQuery methods. So, if you assign a class name to a DIV tag, for example: mydiv, you can use the following piece of code from any of the equations in your form:

    jQuery('.mydiv').clone();

    However, if you are talking about generate fields dynamically, to be included in the notification emails, or process the new fields in the server side, I’m sorry, but that’s not possible. All fields to use in the forms should be inserted in the form’s edition.

    Best regards.

    Thread Starter dustundag

    (@dustundag)

    Hi
    I have meant a “Div” with 9 columns “fields” to be cloned 20 times.
    The fields does not have Jquery and basic text and number input fields.
    I understand i have to repeat the same below without clone function?
    Thanks

    Plugin Author codepeople

    (@codepeople)

    Hi dustundag,

    Yes you are right, I’m sorry, you should repeat the DIV container, with the rest of fields, from the form’s edition without the clone function.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Clone Div’ is closed to new replies.