Tagged: aweber form
-
AuthorPosts
-
September 7, 2017 at 1:11 am #848893
I found this article about aweber integration contact forms with enfold but it seems to not have a final answer. https://kriesi.at/support/topic/aweber-integration-with-enfold-contact-forms/
Basically I want the form on my website (See Screenshot) when used to add to my contact form list in aweber. From that thread it looks like I need Aweber forms and apply enfold styling – I’m not sure if this is a plugin or code copied from the aweber website. All I know is I want it to look the like attached screenshot. Is this doable? If so which plugin would you recommend?
These are the plugins that exists for aweber and wordpress
Please Advise
- This topic was modified 7 years, 2 months ago by mcraig77.
September 9, 2017 at 4:40 am #849807Hey mcraig77,
Thank you for using Enfold.
Yes, it’s possible. Set up your forms using aweber, provide a link to the page then we’ll apply the css code.
Best regards,
IsmaelSeptember 13, 2017 at 5:01 am #851336Ahoy Ismael,
I ended up using the plugin NINJA FORMS for Aweber. Can you help style the button?
September 13, 2017 at 7:57 am #851419Hi,
Please use the following css codes.
.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] { width: auto; background-color: #c3512f; color: #ffffff; border-color: #a1300d; margin: 0; padding: 9px 15px; border-radius: 2px; border-bottom-width: 1px; border-bottom-style: solid; font-weight: normal; font-size: 0.92em; min-width: 142px; outline: none; }
Adjust the values as needed.
Best regards,
IsmaelSeptember 13, 2017 at 5:47 pm #851679Thanks Ismael!
A couple of questions.
1. How do I remove the shadow/boarder on right side?
2. Anyway to have the button darken on hover or when clicked? I dont like that left shadow when clicked.
3. On mobile the button gets cut off. Anyway to fix?September 14, 2017 at 8:48 am #851909Hi,
1.) Add the following css properties to remove the “border”.
box-shadow: none; border: none;
2.) Use this code to change the hover state.
.field-wrap button:hover, .field-wrap input[type=button]:hover, .field-wrap input[type=submit]:hover { background-color: red; color: blue; border-color: orange; }
3.) Use this code to change layout of the fields on smaller screens.
@media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .nf-form-cont .one-fourth { width: 90%; margin-left: 0; margin-bottom: 5px; } }
Best regards,
IsmaelSeptember 14, 2017 at 11:59 pm #852353Ahoy Ismael,
None of those really did anything. Please advise
September 16, 2017 at 6:02 am #852787Hi,
Please make sure that the css modifications are correct. Check for missing curly braces and semicolons or post the login details here so that we can add the css code correctly.
Best regards,
IsmaelSeptember 18, 2017 at 10:27 pm #853595All the styles are correct… the mobile still is overlapping.
Is there anyway to have the mobile function like the Contact form where each line is its own? Like attached.
September 19, 2017 at 7:33 am #853737Hi,
That’s what the css code is for or supposed to do. Please post the login details in the private field. We’ll add it.
Best regards,
IsmaelSeptember 19, 2017 at 10:32 pm #854062Cool, Here ya go! Also is there anyway to make the input boxes rounded like in the ENFOLD contact form style? Screenshot
September 20, 2017 at 7:44 am #854229Hi,
We edited/cleaned the css modifications in the Quick CSS field. Please move all css media queries at the very bottom. We also added the !important rule in the contact form’s css modification to give it more priority. Please remove browser cache or hard refresh before checking the page.
Best regards,
IsmaelJune 6, 2019 at 1:24 pm #1107933Hi,
is this thread still open?
first find it very difficult to find the place where to send a question for support.
I just see threads but not related to my exact issue.I have a aweber form and I want to customize it. I have been struggling.
Please I need help on thisOn ly website, you see the forms. I want to remove the borders of the box, I want to make the button exactly as the labels. background transparent and I want to reduce the spacing. I want a clean font that looks better. In wp, it does not look great but it looked great in aweber.
June 9, 2019 at 8:17 pm #1108681Hi arthurepassa,
You can always post a new thread here
Please start a new thread.
Could you please attach a mockup of what you’re trying to achieve?
Could you please attach some screenshots of the issue?
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.