Contact Form – SET UP

  • Posted in : uCard
  • dingo
    Participant

    Hi,
    I don’t understand (sorry) how can I set up Contact Form in UCard Templete. Can you help me?

    [contact_form to="xxxxxxx@website.com" subject="Contact form message from uCard"]
    [/column]
    [column width_md="12"]
    [fun_fact]

    Many thanks in advance. Best

    serkan
    Moderator

    Hi, you can copy and paste these to the homepage.

    [row]
    [column width_md="6"]
    [map latitude="29.720157" longitude="-95.4013379" zoom="4" image="http://themes.pixelwars.org/ucard/wp-content/uploads/2016/11/marker1.png"]
    [/column]
    [column width_md="6"]
    <h4>Drop Me A Line</h4>
    [contact_form to="info@johndoe.com" subject="Contact form message from uCard"]
    [/column]
    [column width_md="12"]
    [fun_fact]
    
    [icon name="pe-7s-map-marker"]
    <h4>based in Houston, USA</h4>
    [/fun_fact]
    [fun_fact]
    
    [icon name="pe-7s-call"]
    <h4>Tel : +123 456 78900</h4>
    [/fun_fact]
    [fun_fact]
    
    [icon name="pe-7s-mail"]
    <h4>johndoe [at] gmail.com</h4>
    [/fun_fact]
    [fun_fact]
    
    [icon name="pe-7s-check"]
    <h4>Freelance Available</h4>
    [/fun_fact]
    [/column]
    [/row]

    Thanks

    dingo
    Participant

    My actuallyu setup is the following:
    [row]
    [column width_md="6"]
    [map latitude=”44.6817638″ longitude=”10.6341013″ zoom=”16″ image=”http://www.figurella.it/reggioemilia/wp-content/uploads/sites/92/2018/04/Figurella-maps.png”]
    [/column]
    [column width_md="6"]


    <div class=”” style=”text-align: center;”><strong class=””>Scopri che cosa possiamo fare per te: prenota una consulenza gratuita e senza impegno. </div>
    <div class=”” style=”text-align: center;”><strong class=””>Indicaci la tua mail o il tuo telefono, t<strong class=””>i ricontatteremo noi. </div>
    [contact_form to="reggioemilia@figurella.it" subject="Contact form message from uCard"]
    [/column]
    [column width_md="12"]
    [fun_fact]

    [icon name=”pe-7s-map-marker”]
    <h4>Vieni a trovarci in:
    Via Maiella, 69 – 42123 Reggio Emilia (RE)
    </h4>
    [/fun_fact]
    [fun_fact]

    [icon name=”pe-7s-call”]
    <h4>Telefonaci al:
    0522337551</h4>
    [/fun_fact]
    [fun_fact]

    [icon name=”pe-7s-mail”]
    <h4>Scrivici:
    reggioemilia@figurella.it</h4>
    [/fun_fact]
    [fun_fact]

    [icon name=”pe-7s-check”]
    <h4>Fissa la tua prima consulenza gratuita e senza impegno</h4>
    [/fun_fact]
    [/column]
    [/row]

    you can see here > https://www.figurella.it/reggioemilia/

    Anyway, I tested the form but I recevied ANY email by user.
    Can you help me? Many thanks in advance. Best

    Dingo

    serkan
    Moderator

    Hi Dingo,
    Your host may have disabled the mail() function. It must be enabled on your server. I would recommend you to contact your hosting company.
    If your hosting company cannot fix it then install and use ninja forms plugin instead of our default contact form.
    Thanks

    dingo
    Participant

    Hi Serkan,
    I followed your “step by step” your words with my Hosting Company BUT unfortunately my problem is the same.

    Anyway, if “receving” email is a GMAIL the form is OK instead on contrary, if the “receiving” email is my company email I received any email by user.
    Can you help me?

    I also tried with WP MAIL SMTP Plugin but the problem is always the same.

    I remain. Many thanks in advance

    Dingo

    dingo
    Participant

    Hello.
    I’m waiting your kindly reply at my email on yesterday menatime, I tried with Nonja Form but result is the same … FORM sent any emal to sender.
    Can you support me please? Many thanks ain advance

    Dingo

    serkan
    Moderator

    Hi Dingo,
    Could you provide me your related url, please?
    Thanks

    dingo
    Participant

    Hi Serkan.

    Here you are the url
    https://www.figurella.it/affi

    This is a subdomain inside to WP Multisite … I’ve 140 subdomains inside and the above one is one of them.

    Thanks. I remain

    Dingo

    dingo
    Participant

    Hi Serkan,
    here I am again … I bego your pardon and I also hope you understand my situation.
    Few minutes ago I open this url > view-source:https://www.figurella.it/affi/ … from 260 to 267 I see the following HTML :

    <form id=”contact-form” method=”post” action=”https://www.figurella.it/affi/wp-content/plugins/ucard-shortcodes/send-mail.php”>
    <p><label for=”name”>NOME</label><input type=”text” id=”name” name=”name” class=”required”></p>
    <p><label for=”email”>EMAIL</label><input type=”text” id=”email” name=”email” class=”required email”></p>
    <p class=”antispam”><label for=”url”>Leave this empty</label><input type=”text” id=”url” name=”url”></p>
    <p><label for=”message”>MESSAGGIO</label><textarea id=”message” name=”message” class=”required”></textarea></p>
    <p><input type=”submit” class=”submit button primary” value=”INVIA”></p>
    <p style=”padding: 0px; margin: 0px;”><input type=”hidden” id=”sender_domain” name=”sender_domain” value=”server@figurella.it”></p>
    <p style=”padding: 0px; margin: 0px;”><input type=”hidden” id=”subject” name=”subject” value=”Richiesta informazioni – Analisi della figura”></p>

    I don’t understand how and where is setup the following email > server@figurella.it

    Perhaps this is the problem … perhaps. Many thanks again

    Dingo

    serkan
    Moderator

    Hi Dingo,
    You don’t need to customize the html code for the contact page.
    You just need to use the contact page shortcode.

    [contact_form to="server@figurella.it" subject="Contact form message from Website"]

    If your mail function is enabled by the server, then you shouldn’t have any issue. You can try to do it via deactivating third party plugins.
    Thanks

    serkan
    Moderator

    Hi, I also saw a mixed content warning in your website. You can have a look to this related url to prevent this kind of issue.
    Please check out this related topic;
    https://developers.google.com/web/fundamentals/security/prevent-mixed-content/fixing-mixed-content
    Thanks

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register