Hi,
You can do this in two ways
Solution 1:
Use the date field and set to see on profile only day and month with "Date Format" parameter. The problem is that in edit page you will see the years
Solution 2:
You can create 2 select field for day and month, and third field (HTML delimiter) for displaying the date into one field.
Follow these steps:
- Create select field for day with these option (hidden on profile)
1|1
2|2
...
31|31
- Create select field for months with these option (hidden on profile)
january|January
february|February
...
december|December
- Create "HTML delimiter" field with this in description (hidden on registration and edit profile, and show on profile)
{user alias_of_day_field displayed} {user alias_of_month_field displayed}
this syntax become from our content plugin, docs at
https://www.easy-profile.com/docs/26-plugin-content.html