Created
April 4, 2016 21:57
-
-
Save strangerstudios/5e60b5f97e65dfcf79c44dd92c0a2627 to your computer and use it in GitHub Desktop.
pmprorh_add_checkout_box() example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmprorh_add_checkout_box("personal", "Personal Information"); //order parameter defaults to one more than the last checkout box | |
pmprorh_add_checkout_box("business", "Business Information", "Fields below are optional but will help us in verifying your account."); |
Hello, yes same problem ! :-/
same issue. I would rather not use tables, but the issue is the default fields are in a table (which has a border with the default style) and custom fields are in a DIV (no border on the default style). I would like consistency, so both are the same elements, preferably not tables, but as long as they are the same it should not matter.
For Paid Memberships Pro, anyone have a working version of a drop down field with multiple options? I am using code snippets if anyone can paste in the thread.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi...
The checkout_box comes out as a div instead of a table.