Plugin Directory

Changeset 641940

Timestamp:
12/19/2012 08:01:55 PM (12 years ago)
Author:
goldenapples
Message:

More formatting fixes...

Location:
gravity-forms-janrain-add-on
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gravity-forms-janrain-add-on/tags/0.1a/readme.txt

    r641924 r641940  
    2525available with the Plus level ($10/mo - see
    2626[Janrain Engage Pricing](http://janrain.com/products/engage/engage-pricing/)
    27 for more information.
     27for more information.)
     28
    2829
    2930== Installation ==
     
    3940    you would like to pull info from the social profile.
    4041
     42
    4143== Frequently Asked Questions ==
    4244
    43 = I can't find Facebook/Twitter/other provider in the list of available
    44 providers. =
     45
     46=I can't find (Facebook/Twitter/other provider) in the list of available
     47providers.=
    4548
    4649Some providers require configuration in order to be available. To use Facebook
     
    5457gear icon next to it; click that icon and follow the wizard steps.
    5558
    56 = I want to be able to access a field that a provider offers, but it's not
    57 populating in my forms. =
     59
     60=I want to be able to access a field that a provider offers, but it's not
     61populating in my forms.=
    5862
    5963Some profile fields require requesting extended profile data. You can configure
     
    6670service levels.
    6771
    68 = How can I add more prefill fields beyond the default ones? =
     72
     73=How can I add more prefill fields beyond the default ones?=
    6974
    7075This plugin has been designed to be easy to extend. If you want to add more
    71 fields, you will need to hook a function to the filter
    72 `janrain_gforms_profile_data` that defines the name of the field you want to
    73 add, and the function to get its data. This filter recieves the array of core
    74 fields as its argument, so if you need to redefine one of the core fields, this
    75 is the place to do that as well.
     76fields, you will need to hook a function to the filter `janrain_gforms_profile_data`
     77that defines the name of the field you want to add, and the function to get its
     78data. This filter recieves the array of core fields as its argument, so if you
     79need to redefine one of the core fields, this is the place to do that as well.
    7680
    7781For example, the following code will make a new field available called
     
    9397    }
    9498
     99
    95100== Screenshots ==
    96101
  • gravity-forms-janrain-add-on/trunk/readme.txt

    r641933 r641940  
    4444
    4545
    46 = I can't find (Facebook/Twitter/other provider) in the list of available
    47 providers. =
     46=I can't find (Facebook/Twitter/other provider) in the list of available
     47providers.=
    4848
    4949Some providers require configuration in order to be available. To use Facebook
     
    5858
    5959
    60 = I want to be able to access a field that a provider offers, but it's not
    61 populating in my forms. =
     60=I want to be able to access a field that a provider offers, but it's not
     61populating in my forms.=
    6262
    6363Some profile fields require requesting extended profile data. You can configure
     
    7171
    7272
    73 = How can I add more prefill fields beyond the default ones? =
     73==
    7474
    7575This plugin has been designed to be easy to extend. If you want to add more
    76 fields, you will need to hook a function to the filter
    77 `janrain_gforms_profile_data` that defines the name of the field you want to
    78 add, and the function to get its data. This filter recieves the array of core
    79 fields as its argument, so if you need to redefine one of the core fields, this
    80 is the place to do that as well.
     76fields, you will need to hook a function to the filter `janrain_gforms_profile_data`
     77that defines the name of the field you want to add, and the function to get its
     78data. This filter recieves the array of core fields as its argument, so if you
     79need to redefine one of the core fields, this is the place to do that as well.
    8180
    8281For example, the following code will make a new field available called
Note: See TracChangeset for help on using the changeset viewer.