Jo Ann and Eric - I created an HTML box on my VSD page and pasted the form code into it. Do you know if there's any other, better way to do it in VSD or should I just try to tweak it as it is? I clicked on the Web Form button in the VSD menu to see if that would give me the option to insert a form but it just went to the WFB download page.
You can find the form in the bottom left corner of this page:
ecoethicalliving.co.uk
I'm happy for the thank you message to appear on the form itself, but I'll also have a play around with creating a thank you page to link to the redirect and see if I can make that work.
Eric - I've looked at the css code for the thank you message that appears on the form after hitting Submit, but I can't see which bit I'd need to change to reduce the width.
The code is:
<center>
<style type="text/css">
#docContainer table {margin-top: 30px; margin-bottom: 30px;}
#docContainer td {font-size: 12px !important; line-height: 30px;color: #666666 !important; margin: 0px;border-bottom: 1px solid #e9e9e9;}
#docContainer td:first-child {font-size: 13px !important; font-weight:bold; color: #333 !important; vertical-align:text-top; min-width:100px; padding-right:5px;}
</style>
[form_results]
<h2>Thank you!</h2><br/>
<p>Your form was successfully submitted. We received the information shown above.</p>
</center>
I roughly know what bits of it mean - I'm still on a
steep learning curve! Would adding a max-width solve the problem?
It's a bit of a pain trying to test the results, having to unsubscribe and then resubscribe to the list all the time

Unless anyone can tell me a better way...
Thanks for your help, guys!