How can I display input as 'Company' in a custom registration form?

How can I display input as 'Company' in a custom registration form?

AndreasJEide
Shopify Partner
2 0 2
Custom registration form?
I have made a registration form with "Firmanavn" which means Company Name in Norwegian. For now I have only managed to get the input as a note on the customer. I want the input to show as "Company" in the address on customer page. Is this possible? I think I have to replace "customer[note]" with something like "customer[company]", but I dont find the correct name.
 
Here is the code I have used:
<div class="field">
<input
type="text"
name="customer[note]"
id="firmanavn"
placeholder="{{ 'customer.register.firmanavn' | t }}"
>
<label for="Firmanavn">Firmanavn</label>
</label>
</div>
Replies 5 (5)

KetanKumar
Shopify Partner
37094 3645 12053

@AndreasJEide 

add custom field at contact form

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
AndreasJEide
Shopify Partner
2 0 2

I am not able to pay for this right now, I am just looking for the correct "name" for "customer company"

KetanKumar
Shopify Partner
37094 3645 12053

@AndreasJEide 

yes i have got it your emails 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on [email protected] regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
GabbyG1
Tourist
8 0 8

How did you solve the problem?

GabbyG1
Tourist
8 0 8

The question was about the customer registration form, not a contact form. Do you have a solution for customizing the registration form?