Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Contact Form generated by own Shortcode not working #1216503

    I have a somehow quirky solution now. I add a AV_CONTACT_FIELD of type text and change the type to hidden (not possible in the Advanced Editor). The value I set to the GET-Parameter id’s content. The field is the first in the contact form and thus gets a name of AVIA_1_1. If I don’t find the GET parameter, I check for the content of AVIA_1_1 in the POST parameters. And here we have the ID handed through to the form handler. It is totally clear that this solution is subject to changes of Enfold concerning the naming of contact fields.
    Any official comments?

    in reply to: Contact Form generated by own Shortcode not working #1216308

    OK, I am a step further: The parameter which controls the dynamic part is being transferred to the page with the contact form via GET parameter (i.e. https://domain/form/?id=x), but the code avia generates for the form post does not include the get parameter anymore: <form action=”https://domain/form/&#8221; method=”post” …> Thus in the second call via POST I am losing the parameter.
    Any idea whether I can make avia hand over also a get parameter with the form POST call?

Viewing 2 posts - 1 through 2 (of 2 total)