Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #771967

    Hi,
    we produced a shortcode in our function with the enfold contact form. You can see it in the private content and the link to the site.
    We have no functions in the contact form…. it is a custom plugin.
    Do you have an idea to use the enfold contact form in the overlay from the custom plugin.
    Regards
    Biggy

    #772003

    Hey Biggy!

    What is the shortcode you created, can we see it?

    Best regards,
    Basilis

    #772305

    Hi
    Here is the shortcode.
    Regards
    Biggy

    function theme_avia_busanfrageDE(){
    return ‘[av_contact email=" (Email address hidden if logged out) " title="Senden Sie uns eine Anfrage per E-Mail" button="Anfrage senden" on_send="" sent="Ihre Nachricht wurde versendet!" link="manually,http://" subject="Anfrage Busvermietung" autorespond="" captcha="" form_align="" color="" admin_preview_bg=""]
    [av_contact_field label="Abfahrtsort" type="text" options="" check="is_empty" width="element_third"][/av_contact_field]
    [av_contact_field label="Reiseziel" type="text" options="" check="is_empty" width="element_third"][/av_contact_field]
    [av_contact_field label="Anzahl Personen" type="text" options="" check="is_empty" width="element_third"][/av_contact_field]
    [av_contact_field label="Hinfahrt Datum" type="datepicker" options="" check="is_empty" width="element_half"][/av_contact_field]
    [av_contact_field label="Hinfahrt Uhrzeit" type="text" options="" check="" width="element_half"][/av_contact_field]
    [av_contact_field label="Rückfahrt Datum" type="datepicker" options="" check="is_empty" width="element_half"][/av_contact_field]
    [av_contact_field label="Rückfahrt Uhrzeit" type="text" options="" check="" width="element_half"][/av_contact_field]
    [av_contact_field label="Vorname" type="text" options="" check="is_empty" width="element_third"][/av_contact_field]
    [av_contact_field label="Nachname" type="text" options="" check="is_empty" width="element_third"][/av_contact_field]
    [av_contact_field label="E-Mail Adresse" type="text" options="" check="is_email" width="element_third"][/av_contact_field]
    [av_contact_field label="Firma / Schule / Verein / Privat" type="text" options="" check="" width="element_third"][/av_contact_field]
    [av_contact_field label="Telefon (Optional)" type="text" options="" check="" width="element_third"][/av_contact_field]
    [av_contact_field label="Nachricht zur Anfrage" type="textarea" options="" check="" width="element_third"][/av_contact_field]
    [av_contact_field label="Mit Absenden des Formulars bin ich mit der Erhebung und Verwendung meiner personenbezogenen Daten einverstanden. Diese Einwilligung kann jederzeit widerrufen werden. *" type="checkbox" options="" check="is_empty" width=""][/av_contact_field]
    [/av_contact]‘;
    }
    add_shortcode(‘busanfrageDE’, ‘theme_avia_busanfrageDE’);

    • This reply was modified 7 years, 9 months ago by Biggy.
    #775231

    Hi,

    Please post the function on pastebin.com. Could you please provide a screenshot of what you’re trying to accomplish?

    Best regards,
    Ismael

    #775373

    Hi Ismael,
    our problem is not the shortcode.
    The problem is the shortcode in a overlay. The shortcode contains the avia contact form.
    But the avia contact form is without any function. The reason is the overlay with a foreign plugin.

    But meanwhile we have a solution with contact form 7.
    Thanks for your help. You can close the topic.
    Regards
    Biggy

    #775756

    Hi!

    I still don’t know what the “overlay” is but I’m glad that you found a workaround. :)

    Regards,
    Ismael

    #775900

    Hi Ismael,
    you can see it in the Link in the private content.
    Click on “Anfrage” in the middle top of the site.
    This is our test website.
    In this example we have included the enfold contact form…

    It is a popping content.

    Regards
    Biggy

    #775918

    Hi,

    Let us know if you have any other questions or issues :)

    Best regards,
    John Torvik

    #777168

    Hi John,

    thanks for your help. You can close the topic.
    Regards
    Biggy

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Enfold contact form as shortcode in a extern content’ is closed to new replies.