Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
Created April 4, 2016 21:57
Show Gist options
  • Save strangerstudios/5e60b5f97e65dfcf79c44dd92c0a2627 to your computer and use it in GitHub Desktop.
Save strangerstudios/5e60b5f97e65dfcf79c44dd92c0a2627 to your computer and use it in GitHub Desktop.
pmprorh_add_checkout_box() example
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.");
@davidtowoju
Copy link

Hi...
The checkout_box comes out as a div instead of a table.

@adusordet
Copy link

Hello, yes same problem ! :-/

@amityweb
Copy link

amityweb commented Jun 6, 2017

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.

@creativeron
Copy link

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