Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1283398

    Hallo, wie kann ich ein Kontaktformular über Borlabs Cookie blockieren.

    Es kommen sehr viele Spam Mails über das Enfold Kontaktfomular. Google ReCaptcha möchte der Kunde nicht integrieren. Aktuell wurde das jetzt über das Contact Form 7 mit Borlabs Cookie gelöst. Der Kunde möchte aber wieder das Enfold Formular.

    Wie kann ich das Formular hier blockieren.
    Gerne würde ich es auch über Borlabs Cookie mit dem Conten Blocker lösen. So habe ich es akutell gelöst.
    [borlabs-cookie id=”contactform” type=”content-blocker”][contact-form-7 id=”123456″ title=”Kontakt”][/borlabs-cookie]

    Homepage: https://www.hotel-jedermann.com/

    Wie müsste die Integration für das Kontaktformular sein?

    Vielen Dank

    #1284709

    Hey,

    Thanks for contacting us and sorry for the late reply!

    Unfortunately I do not have enough experience with Borlabs Cookie but could you please edit your Contact Form element and go to Advanced > Developer Settings > Custom ID Attribute and give it a custom ID – https://imgur.com/a/YiEgfPP and try using shortcode with your custom ID as following

    [borlabs-cookie id="custom-contactform-id" type="content-blocker"][/borlabs-cookie]

    Best regards,
    Yigit

    #1284732

    Hallo, funktioniert bei mir leider nicht so wie gewünscht.
    Habe es in einer Demo zum testen nochmals angelegt.
    Hier wird das Formular (cf7) erst nach Bestätigung geladen

    Hier funktioniert es mit dem Formular (Enfold) nicht

    #1287310

    Hi,

    I’m very sorry for the late reply. Do you still need help with this? I tried checking the page with the Enfold form on, but it leads to a 404 page.

    Best regards,
    Rikard

    #1287456

    Hallo, leider noch nicht gelöst:
    Hier wird das Formular (cf7) erst nach Bestätigung geladen: https://www.hotel-mountain.com/kontakt/
    Hier funktioniert es mit dem Formular (Enfold) nicht
    https://www.hotel-mountain.com/anfrage/

    #1288227

    Hi,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Also, if CF7 is working for you, then it might be better to use that, and style it like the Enfold form? I’m asking since we’re not sure if we can solve this problem for you.

    Best regards,
    Rikard

    #1288334

    Hallo, ich möchte das Enfold Form verwenden. Jedoch möchte ich mit Borlabs Cookie das Formulars erst nach Bestätigung laden.

    Siehe Bild:

    View post on imgur.com

    #1289106

    Hi,

    Thanks for the update. As I mentioned before, I’m not sure if we can solve this problem for you. But to be sure, we would need access to your site in order to investigate further. Would you be able to give us admin WordPress login details in private please?

    Best regards,
    Rikard

    #1289113

    Hallo,
    hier kann über Borlabs Cookie die Seite beim Laden blockieren.
    https://www.hotel-mountain.com/kontakt/
    [borlabs-cookie id=”contactform” type=”content-blocker”][contact-form-7 id=”690″ title=”Kontaktformular 1″][/borlabs-cookie]

    Hier sollte die Seite mit dem Enfold Formular auch blockiert werden.
    https://www.hotel-mountain.com/anfrage/

    #1289891

    Hi,

    I am sorry for the late reply!

    It seems like we do not have a simple fix for this unfortunately. As Rikard mentioned before, we would recommend you to use Contact Form 7 instead if this is important for you.
    If you decide to use Contact Form 7, we can gladly help you style the forums as Enfold forms :)

    Best regards,
    Yigit

    #1289898

    Warum ist es nicht möglich das Laden des Enfold Formulars über den Borlabs Cookie Content Blocker erst nach Bestätigung zu ermöglichen.

    Wir haben sehr viele Enfold Formulare bereits angepasst. Der Aufwand wäre hier sehr hoch. Darum müsste dies doch möglich sein.

    #1290606

    Hi,

    Could you please try following
    – Enable debugging mode for ALB – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode
    – Add Contact Form to one of your pages and copy its shortcode from debugging field below ALB
    – Insert your shortcode as following

    
    [borlabs-cookie id="custom-contactform-id" type="content-blocker"][CONTACT FORM SHORTCODE GOES HERE][/borlabs-cookie]
    

    If you do not mind creating temporary admin logins and posting them here privately, we can try it for you as well :)

    Cheers!
    Yigit

    #1291263

    Hallo, das wäre super wenn Sie mir hier dies integrieren könnten.

    #1291406

    Hi,

    I have added following code to functions.php file in Appearance > Editor

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
      return "debug";
    }

    and copied contact form shortcode from “anfrage” page and inserted inside Borlabs shortcode. Now your contact form is only shown after “Inhalt laden” button.

    I attached the shortcode I used in private content field below.

    Please review your anfrage page :)

    Best regards,
    Yigit

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.