Hello,
I bought FormMaster partly so I can use an AWeber autoresponder with my DNN site. I read about silent posting and it appears that some things may have changed in version 1.6 of FM. (I am using DNN 4.08).
AWeber gives you code that looks like:
(okay I edited this to remove greater than and less than signs, so the editor won't think it's HTML)
centerform method="post"
action="http://www.aweber.com/scripts/addlead.pl"
input type="hidden"
name="meta_web_form_id" value="12345"
input type="hidden" name="meta_split_id"
value=""
input type="hidden" name="unit"
value="mylist"
input type="hidden" name="redirect"
value="http://www.aweber.com/form/thankyou_vo.html"
input type="hidden"
name="meta_redirect_onlist" value=""
input type="hidden"
name="meta_adtracking" value=""
input type="hidden" name="meta_message"
value="1"
input type="hidden" name="meta_required"
value="from"
input type="hidden"
name="meta_forward_vars" value="0"
table
trtd colspan=2center/center/td/tr
trtdEmail:/tdtdinput type="text"
name="from" value="" size="20"/td/tr
trtdName:/tdtdinput type="text"
name="name" value="" size="20"/td/tr
trtd align="center" colspan="2"input
type="submit" name="submit" value="Submit"/td/tr
/table
/form/center
So, given that...
Obviously, in FormMaster I create text fields for the email and name, but do I create hidden fields on my form for the AWeber hidden fields (input type="hidden" name="...) and then do a "silent URL" of http://www.aweber.com/scripts/addlead.pl
Or do I have to do the whole XML export/import thing? If that is the case, is there a sample export from an AWeber form I can look at? I don't know anything about SalesForce, so I don't know what applies and what doesn't.
Thanks for your help!
Susan Daffron