• I’m using a select field with 3 options each with a separate value in a form to do calculations.

    But….in another part of the calculations, that field is used with other values. Is it possible that when a selection is made, that selection is duplicated to a hidden field that I can then use with the different values?

    I hope this is clear.

Viewing 1 replies (of 1 total)
  • Plugin Support Nithin – WPMU DEV Support

    (@wpmudevsupport11)

    Hi @napalmx37,

    If a specific option from that select field is selected then the selected value should get carried to the next field where you use the “{select-1}” field.

    Example, if you want to use the value selected from the select field inside a calculation field’s formula, you only need to add the field name, i.e.:
    {select-1}

    View post on imgur.com

    If the above is how you have implemented it, and if you still have issues, could you please share the form export and list the fields so we can check the configuration and get a better idea?

    Please check the following doc on how to export a form:
    https://wpmudev.com/docs/wpmu-dev-plugins/forminator/#import-export

    If you are concerned about any sensitive information in the form, then you can duplicate your form, remove any sensitive information, and then export it.

    You can share the export file via Google Drive, Pastebin, Dropbox, or any cloud service in the next reply.
    Looking forward to your response.

    Best Regards,
    Nithin

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.