Plugin Directory

Changeset 723976


Ignore:
Timestamp:
06/07/2013 01:16:10 PM (13 years ago)
Author:
signalfade
Message:

Fix wordpress readmet, I hope

Location:
ngp-forms
Files:
13 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ngp-forms/trunk/readme.txt

    r723969 r723976  
    3434Place this short tag on the appropriate page or article:
    3535
    36 ==== `[ngp_show_donation]`====
     36== `[ngp_show_donation]` ==
    3737
    3838You can set custom amounts for the donation amount in two ways:
     
    6060`[ngp_show_donation custom_amt_off="true"]`
    6161
    62 ===== Careful! =====
     62== Careful! ==
    6363
    6464_If you turn off the custom amount field and you're using the Donation Invite form, you'll have constituents entering amounts that can't be found in the form and don't have a chance of getting placed in a custom amount field!_
    6565
    66 ===== Donation Suggested jQuery =====
     66== Donation Suggested jQuery ==
    6767
    6868We use the following on our donation pages to make sure that the user understands that the radio buttons and the input field are for the same thing. If the user doesn't support javascript and the custom field holds a value, it always overrides whatever's selected in the radio buttons.
     
    7575    });
    7676
    77 ==== `[ngp_show_volunteer]` ====
     77== `[ngp_show_volunteer]` ==
    7878
    7979You can set custom thanks URL for the donation process by putting the url in the embed tag:
     
    8383The volunteer thanks URL defaults to: `/thank-you-for-volunteering`
    8484
    85 ==== `[ngp_show_signup]` ====
     85== `[ngp_show_signup]` ==
    8686
    8787You can set custom thanks URL for the email signup process by putting the url in the embed tag:
     
    9191The email signup thanks URL defaults to: `/thank-you-for-signing-up`
    9292
    93 ===== Signup Extensive Options =====
     93== Signup Extensive Options ==
    9494
    9595Signup can make use of the COO API, if you happen to have credentials for that particular NGP API endpoint. This API allows you to send in less comprehensive data for signups.
     
    103103Be aware that this data will end up in your NGP consituents database without any other accompanying information if a match cannot be made to existing data.
    104104
    105 ==== `[ngp_donation_invite_form url="/donate"]` ====
     105== `[ngp_donation_invite_form url="/donate"]` ==
    106106
    107107You must set the url that the donation invite form heads to. It must be a relative URL.
Note: See TracChangeset for help on using the changeset viewer.