Home › Forums › General Issues › Need help with creating new field type with ACF › Reply To: Need help with creating new field type with ACF
Hi @Koli14
Yes, it is the name which is used to post data.
As mentioned above, if you want to send 2 textarea’s in the same name, you will need to use square brackets to tell the browser it is an array of information.
For example, you want the output to be:
<textarea name="fields[field_123][textarea_1]"></textarea>
<textarea name="fields[field_123][textarea_2]"></textarea>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.