Announcement

Collapse
No announcement yet.

Is My Donation Form Secure?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is My Donation Form Secure?

    I created a FaaS donation page here:



    which seems to work in test mode but I'm not clear on whether it is fully secure. The page is hosted by GoDaddy and is not an https: page. Do I need to buy their security option to have it work properly with Click&Pledge?

    Also, that page uses my account ID values. Can someone tell me how I can see a list of donations made through the form? Will donations made in Test mode appear somewhere in my administrative account pages?

    I have an earlier version of the donation page using the test account values at




    Thanks!

  • #2
    Good day.

    Your questions in the order of appearance:

    1: which seems to work in test mode but I'm not clear on whether it is fully secure.

    Reply: If you page is not addressable through https:// (Port 443) it is not being secured with an SSL key. You need to purchase an SSL key to make it secure. It is best to set it up so all links that point to your payment page are linking to the https:// version of the site.

    2: Can someone tell me how I can see a list of donations made through the form?

    Reply: In the administrative portal click on Account Info >> Report >> Search Transactions tab. You may easily download the reports for this page.

    3: Will donations made in Test mode appear somewhere in my administrative account pages?

    Reply: Yes- in the search parameters choose TEST transactions and you will see all transactions made in the TEST mode.

    In the FaaS form you have used:

    HTML Code:
    <input type="hidden" name="WID" id="WID" value="39588" />
    this says that the WID of the page you are making donations as is 39588. In the reporting section you have an option to choose the report for a specific WID - all pages are shown in a pull down menu. If you have multiple pages and want to see each page separately simply give them a different WID assignment and download their respective reports separately.

    Hope the above helps. Let us know if we can be of more assistance.
    Regards,
    Click & Pledge Support Department

    Join us @ the educational webinars: https://clickandpledge.com/webinars/
    Live Support- read more: https://support.clickandpledge.com/s/article/general-information-live-support/

    Comment

    Working...
    X