Home › Forums › General Issues › Public form creation › Reply To: Public form creation
Hi @91fidji
Do you want to save any data from the form? If you don’t need to save any data to your database, then you don’t need to use acf_form() at all.
You can create the select box by using the HTML select tag and set the options from the returned names (unfortunately, I’m not sure how you get names).
To redirect the user, please check wp_redirect() function.
I hope this makes sense 🙂
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.