I have two problems with my contact form on http://www.schwarte.nl
1. There is more space between the title and the form than there is space between the other widget titles and their contents.
2. The form doesn't work: it displays a circle that keeps spinning.
Re 1: I have tried to add the following line to custom css:
#footer .widgettitle { margin-bottom: 15px !important; }
#footer .mysite_form { padding-top: 10px !important; }
This doesn't help, only the first line seems to do something, but playing around with the second has not effect.
Also, it is a customized contact form, this is the code (it is in a text widget):
[contactform subject="Message on Abell site" success="Thank you for contacting us. We will reply to your e-mail within one business day."]
[name label="Name" required="true"]
[email label="E-mail adress" required="true"]
[textarea label="Message" required="true"]
[submit value="Submit"]
[autoresponder fromName="Abel Advisory" fromEmail="info@abel-advisory.nl" subject="Your message to Abel" message="Dear %Name%, We have received your message to Abel. We will reply to your message within 1 business day. Please feel free to contact us at any time by replying to this e-mail or calling +31 (0)20 737 0038 should you require our urgent assistance. Kind regards, Abel Advisory BV"]
[/contactform]













