Hi. I am straggling to add extra information to ask to customers on our register page.
Now I have two problems and below is the photo of the page I made on a draft (so on the real page it’s little bit different)
- want to locate “誕生日” on the leftmost
You can see the word “誕生日” in the middle, which means “birthday” in Japanese.
In terms of arrangement I want to locate it at the leftmost like other labels such as “Email”, “パスワード”(password).
How can I do this?
- want to locate “性別” as label
Above the green button you can see radio buttons and the leftmost one is “性別”, which actually means “gender”. So I want to locate it as the label of this category but my code does not work correctly.
Here is my code concerning this page. Please tell me where and how to fix.
Thank you
{% form ‘create_customer’ %}> > {{ form.errors | default_errors }}> > > > > > > > > > > > > > > > >
男性> 女性> その他> 解答しない>
{{ ‘customer.register.cancel’ | t }}> > {% endform %}

