• Resolved jamesmdr

    (@jamesmdr)


    Hi!

    I’ve been trying to add a Birth Day field to the checkout form. I found out that, although it is not in the doc at (https://www.paidmembershipspro.com/add-ons/free-add-ons/pmpro-register-helper-add-checkout-and-profile-fields/adding-fields/), there is a “date” field type, but I could not find out how to make it show three comboboxes showing month, day and year. When I create the field with

    $fields[] = new PMProRH_Field(“birthday”,”date”, array(“profile”=>true));

    it is only displayed one combo to select month and two textboxes, one for day and another for year, with poor formatting. It would be nice if the docs were updated to show all the options we have to customize the displaying of the field, if any. I tried to find some help with Google, but found none about the date field type, only that it was introduced some time ago.

    []s
    James

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Andrew Lima

    (@andrewza)

    Hi James,

    I have contacted the plugin author to look into this 🙂

    For a temporary solution you should be able to use a simple text field. Hope this helps.

    Have a great day!

    Thread Starter jamesmdr

    (@jamesmdr)

    Andrew, thank you!

    []s
    James

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding a date field to checkout form’ is closed to new replies.