Support

Account

Home Forums General Issues From input (FE) to select or textarea (BE) Reply To: From input (FE) to select or textarea (BE)

  • Thanks for the reply but, I can’t quite understand.

    So, I try to explain myself better:

    On the frontend there is an Elementor form with an input text (id=”add_dom”) field and a submit button.

    This field is dynamically linked to an ACF select field in the backend which is called “domini”.

    What I would like to achieve is that every time the user adds a domain and clicks submit, that value is passed to the backend’s ACF select field.

    BONUS: cannot enter more than 5 domains.