Home › Forums › Front-end Issues › front end form issues › Reply To: front end form issues
Hi @jadejd
Your code: <?php acf_form( $options ); ?>
contains a parameter of $options, but this variable is never defined.
A variable that has not been defined cannot be passed into a function. You must either define $options as a valid array (please read the acf_form documentation) or don’t pass the variable at all.
Thanks
E
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.