How can I crate a single contact form and use it with multiple emails (i.e. without creating a form for every email)?

  • quogglot
    Asked on November 24, 2015 at 11:27 AM

    I need to embed a form in the pages of my professors. That means that each identical form must be linked to a different email (I am not talking of multiple submissions) in each page. Is it possible, for example, to add the email address within the code or something like that? Otherwise I am going to have to create a single form for all my teachers in both languages...toooo long!!!

    Thanks.

    G.

  • Mike
    Replied on November 24, 2015 at 1:58 PM

    This is possible to populate form fields by URL parameters, so you may consider combining this with conditional email alerts. It means that you will need to use different pre-population URLs on the web pages, and also specify conditional recipients on form. Alternatively, it might be possible to pre-populate a recipient field, but email address will be visible in embedded codes in this case.