...
I can't work out HidePaymentOverview or HideCampaignOverview - I think they are the same thing when talking about Events.
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.
Step 6
I now have two URLs, one that will allow Invoices and one that will allow Credit Cards only. However, I can't find a way to change the Campaign Overview text programatically. Therefore I have no way to indicate on the form prior to getting to the Payments page, that this form can be used for Invoicing. This is problematic. I would like to be able to use Merge Fields in the Payment Form Text like I can do on the Receipt Text. That way I can add a sentence that is displayed IF there is a linked URL Token that has Invoice Me as an option.
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.
- I would love URL Parameters on the Events Forms
- I would love URL Tokens to work on Events Forms.
- I would love the new Progress bar to work on Payment Forms using URL Tokens
- I would love the new Progress bar to work on Event forms in conjunction with the Payment forms so it is seamless to the end users.
- I would like to be able to use Merge Fields in the Payment Form Text like I can do on the Receipt Text.