Gossamer Forum
Home : Products : Others : Gossamer Community :

user_profile.html - unknown birthday tags

Quote Reply
user_profile.html - unknown birthday tags
Hi,

I decided to use my own modify profile form.

So, I am not using automatically generated form:

<%Community::Web::SSI::ssi_profile_form(
td_l => 'class="body" width="40%" align="right"',
td_r => 'class="body" align="left"',
required => '*'
)%>


The problem is with prof_birthday-day, prof_birthday-mon, prof_birthday-year tags.
They are unavailable when changing profile.

The only birthday date available is prof_birthday, but the format is 1970-01-01.

I would like to use select boxes for day and month + text box for year.

Is there a way to make those tags available?

Thanks in advance!
Quote Reply
Re: [Payooo] user_profile.html - unknown birthday tags In reply to
I have the exact problem again Blush

Is there a way to do that?

Thanks!