Good day!
I am not sure I understand your post. Are you trying to use the API for subscription to the newsletter only? You are not using this for accepting payments?
Our API cannot be used for subscribing to newsletters only - it may be used in combination with payment but not just as newsletter subscription. If you wish to simply have a form for subscription you need to use the widgets & apps provided by your newsletter provider. They typically have such code.
If I am not understanding your question please elaborate and I will try to help you further.
Announcement
Collapse
No announcement yet.
newsletter only page
Collapse
X
-
newsletter only page
What are the minimum fields needed to have a newsletter page?
I have this but it is not working:
<h3>Please Select the newsletter(s) you would like to receive:</h3>
<form action="https://faas.cloud.clickandpledge.com" method="post" name="WAC">
Email
<input type="email" maxlength="50" name="BillingEmail" required="" />
<input name= "eNewsletterName1" type="hidden" value="ConstantContact" />
World Affairs Council Newsletter: <input name="SubscribeList1" type="checkbox" id="SubscribeList1" value="World Affairs Council General List" />
Community Programs Weekly Newsletter: <input name="SubscribeList1" type="checkbox" id="SubscribeList1" value="Community Programs Weekly Newsletter" />
Global Classroom Weekly Newsletter: <input name="SubscribeList1" type="checkbox" id="SubscribeList1" value="Global Classroom Weekly Newsletter" />
YPIN Weekly Newsletter: <input name="SubscribeList1" type="checkbox" id="SubscribeList1" value="YPIN Weekly Newsletter" />
<input id="SendReceipt" type="hidden" name="SendReceipt" value="true" />
<input id="OrderMode" type="hidden" name="OrderMode" value="Production" />
<input id="TransactionType" type="hidden" name="TransactionType" value="Payment" />
<input type="hidden" name="OnSuccessUrl" value="https://www.world-affairs.org/get-involved/become-a-member/membership-2/successful-transaction/" />
<input type="hidden" name="OnDeclineUrl" value="https://www.world-affairs.org/get-involved/become-a-member/membership-2/declined-transaction/" />
<input type="hidden" name="OnErrorUrl" value="https://www.world-affairs.org/get-involved/become-a-member/membership-2/transaction-error/" />
<input type="hidden" name="AccountGuid" value="161c6015-7f70-4f3f-9c1f-028d4f79de62" />
<input type="hidden" name="AccountID" value="18544" />
<input type="submit" name="Submit" />Tags: None
Leave a comment: