Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #350369

    1. After upgrading to Enfold 3.0.2 I noticed that the contact form alignment on my iPhone does not line up correctly as you can see in the attached image. The start of the boxes are not lined up correctly. There is only a problem on the iPhone screen size.

    2. With the autorespond text is there a way to make it so when the auto reply goes out I can have it say Hello [Name], and use the users name that was submitted in the contact form after the word hello in the reply so it is more personalized?

    Can you please provide me with some Quick CSS to fix? Thank you!

    #350383

    Hey!

    1. Add this to Quick CSS:

    @media only screen and (max-width: 479px) {
    	.responsive .avia_ajax_form .form_element{
    		margin-right:0 !important;
    		margin-left: 0 !important;
    	}
    }

    2. Refer to this topic – https://kriesi.at/support/topic/add-custom-name-to-contact-form-autoresponder/

    Regards,
    Josue

    #350403

    Thanks Josue! That worked perfectly!

    #350465

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Contact Form Alignment & Autorespond Text’ is closed to new replies.