Email opt-in forms with Godaddy

Noktop

Newbie
Joined
Nov 25, 2013
Messages
45
Reaction score
18
I've been trying to put a Godaddy mailing list form on a website hosted and created in Wix. The "insert your own HTML" option in Wix has a max character count that is about 4 thousand characters short of the generated form. I've been trying to shorten it but I'm having a hard time determining which aspects are vital. The form apparently has two action .asp one as a standard "action" and an "eemaction".


I'd love to find a form generator that makes small forms compatable with GoDaddy express mailing accounts or have someone familiar with godaddy emailing forms find a template for a small one. I had planned to include the code, but it's over 400 lines long.

Thanks for any help.
 
Polite bump with the code for the form godaddy provides. http://pastebin.com/PF3QFhsv
 
You can start by removing so much comments, also in-line styles can be moved to CSS, compress CSS too.

Comment Sample:
Code:
[LIST=1]
[*][COLOR=#000000] [COLOR=#808080][I]<!------------------------------------------------------>[/I][/COLOR][/COLOR]

[*][COLOR=#000000]                        [COLOR=#808080][I]<!-- Questions -->[/I][/COLOR][/COLOR]

[*][COLOR=#000000]                        [COLOR=#808080][I]<!------------------------------------------------------>[/I][/COLOR][/COLOR]
[/LIST]
 
Back
Top