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

    (@codepeople)

    Hi,

    In your form there are two issues:

    First, the equation in your form is wrong, the correct one would be:

    fieldname2+fieldname3

    Second, you are using as texts of the choices, other radio buttons, that are not part of the plugin, and of course are not taken into account in the equations, you should use the controls of the plugin.

    Best regards.

    Thread Starter Shipping-IT

    (@shipping-it)

    Thanks for your answer!

    Can you tell me how I make this in the controls of the plug-in?
    I spend many hours tying to figure it out, but i couldn’t find it.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I recommend the following solution:

    1. Removes the radio buttons tags you have inserted in the text of choices.

    2. Insert a “HTML Content” field in the form (if your copy of the plugin does not include the “HTML Content” control, inserts an “Instruct. Text” field)

    3. You’ve assigned the class name: “tabel-1” to the fields in the form, so, you simply should paste the following code as the label of the “Instruct. Text” field, or in the attribute: “HTML content” of the “HTML Content” field:

    <script>jQuery(document).on('click', '.tabel-1 .dfield div', function(evt){jQuery(evt.target).siblings('input').click();});</script>

    and that’s all.
    Best regards.

    Thread Starter Shipping-IT

    (@shipping-it)

    Works!

    Thank you so much!

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

The topic ‘No value after editing radio button’ is closed to new replies.