Tagged: 

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #402462

    Hi, I have a problem with contact form by Enfold

    I create many fields in contact form, there are ‘is not empty’ fields and ‘valid number’ and so on.

    There are about 6-7 fields including date picker to let customer fill the form.

    When they complete the form, there is an notification email sent to my email that I put in the form to see
    what they wrote in the form to contact us. But I see only result of some field is showed on my email.
    I think this is not correct, there are many fields that should not be empty, but it shows only two fields
    on my email.

    Is there a problem with contact form system? And how can I see the total message by customer from avia-message-system,
    not just only view the notification email.

    How to solve this? (I hope you guys understand my explanation, sorry for my poor English)

    Thanks in advance

    #403175

    Hey no answer for this??????????

    it’s a big problem for me… please help!

    I don’t want to install the contact form plugin since Enfold already gives this feature!

    #403180

    Hi,

    Do not reply to your topic as it gets pushed to the end of or queue making it harder for us to notice it. Regarding your issue, can you please create me a WordPress administrator account? post it here as a private reply.

    Cheers!
    Josue

    #403212
    This reply has been marked as private.
    #403720

    Hey!

    What’s the URL to login to your site? i tried /wp-admin and /wp-login.php with no success, also could you please set-up a test form with this plugin just to discard if the issue is coming from the theme or not?

    Best regards,
    Josue

    #403813
    This reply has been marked as private.
    #403894

    Hey!

    Contact form is working, i made a test form here pointing to my address and here’s what i got. Try using a gmail or yahoo account in your forms to discard if the issue is related to your mail server.

    Cheers!
    Josue

    #404697
    This reply has been marked as private.
    #404861

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
    	return "support@YOURWEBSITEDOMAIN.com";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);
    

    Cheers!
    Josue

    #405316

    I’m sorry to say that it still does not work as the other contact form plugin.

    They send me the field that customer fill out only two fields..

    Full Name: OOOO
    Payment Time-Date: 03 / 03 / 2015

    I have so many fields to let customer fill out and almost of all the fields are ‘is not empty’

    but it sent me the mail showed only two fields that customer filled out…

    #405457

    Hey!

    I can’t access the admin area, the access provided here are not working.

    Best regards,
    Josue

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