...
HidePaymentOverview and HidePaymentNote both do work when you are using a direct payment form with URL Parameters.
Step 5
So let's make up a new URL on the URL Token page for Events Form and base it of the Full URL Formula but change the page that is visible, and add the CampaignID
IF(NOT(ISBLANK( AAkPay__Campaign__c )),
HYPERLINK(AAkPay__Payment_Setting__r.AAkPay__Site_URL__c & "AAkPay__eventsRegistration?"&AAkPay__URL_Parameters__c & "&" & "cmid=" & AAkPay__Campaign__r.Id, "Event Form", "_blank"),"")
And the last thing I did was to move the form around a bit to show an Events section and a Payment Form section - so hopefully it's a bit clearer that we can use this URL Token for the payments of Events as well as just regular payments.
Summary
Summarising my findings today.
- The Option to HidePaymentNote does not seem to work at all using URL Tokens
- There is no way to Hide When and Where on the Payment Form, unless you hide the whole sidebar.
- Using URL Tokens it is possible to create two separate payment forms for Events, and still have people registering for the same event.