Okay
  Public Ticket #2482154
Munio - contact box
Closed

Comments

  • nitsanas started the conversation

    Hello, I'm creating a contact page, and I want to use the Munio - Contact form block.

    I saw a block called - Contact Box, but when I insert it, it shows me an icon box for some reason..

    I cannot find the form in the gutenberg blocks.

    P.S

    I copied the shortcode from the CF7 panel, and now I do have a form.

    Although the form is not the same as in your demo website, the alerts are different and the button seems different.

    How do I make the same form as presented in your demo Munio website?

  •  1,810
    Support replied

    Hello,

    This is the code of the CF7 munio contact form:

    <div id="contact-formular">    
     
        <div class="name-box has-animation">[text* your-name placeholder "What's Your Name"]</div>
                                                                    
        <div class="email-box has-animation">[email* your-email placeholder "Your Email"]</div>  
      
        <div class="message-box has-animation">[textarea* your-message placeholder "Tell Us About Your Project"]</div> 
        
        <hr>
     
        <div class="button-box has-animation" data-delay="100">             
           <div class="clapat-button-wrap parallax-wrap hide-ball">
               <div class="clapat-button parallax-element">
                   <div class="button-border outline rounded parallax-element-second">[submit "Submit"]</div>
               </div>
           </div> 
        </div>         
      
    </div>


    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • nitsanas replied

    Thanks!