165 comments found.
i trying to add a photo to single post template… when im go to the post and choosing the image and press “update” button it’s just stuck and not updating.
Have you read the documentation https://acf-front-form-elementor-docs.readthedocs.io/en/latest/ ?
hallo… i install acf front form plugin to my site and after that its make error 500. when i remove the plugin every thing ok and when im installing again its happen again.. how can i resolve that problem?
Hi, did you managed to solve the issue ?
It’s been a year since the last update and 4 months since they said in a comment that the preview was dead and i remains dead 4 months later. Is this plugin dead?
Hi, no,the plugin is not dead, the plugin actually works with support, but no new updates until we move it to our own site, with new features and powerfull tools
Hi,
I have added an ACF checkbox for taxonomy term, checked equals HIDDEN. Ineed to hide the term in Dropdown if the chekbox is checked.
Example: Post : Movie Taxonomy: Genre Taxonomy term : Action Action is Checked – > Hide “Action” in ACF form dropdown, do you think it is possible ?
thanks
Hi,
Yes that is possible, but unfortunatelly since ACF don’t provide this feature natively, some extra code will be required to update the dropdown dynamically.
Let me know if i can do this for you from my UpWork profile
Preview do not work. No update since March. Can I trust this plugin?
Yes you can ! i just got so buzy this last months, let me know how i can help
Hi, is it possible to add form in woocommerce checkout page ? thanks
Hi, yes, but this does not means edit the checkout form, you can go the the checkout page and add your form as any other page
Thanks but i assume there will be 2 buttons to save, one for acf and one for checkout , it is possible to have a unique button to save all ?
Humm… i think yes, but this will need extra code to change the way woocommerce form works, if you are interested you can hire me on UpWork and will do the job for you. This will be a WooCommerce checkout integration. let me know
thanks what is the upWork link please ?
Sure ! here is the Link Please note that i’ll not be available until 5pm GMT+1
Hi
I’ve contacted you before with a question. You’ve answered me to send me a link to a beta version, where I can edit the user profile in front end. Is it possible to get the link to this version?
Kind regards, Frederik
Hi, can you give your email, thank you
Hi,
I’ve just downloaded and installed your plugin. It looks very good, except for I can’t use it for user profiles… I thought it was this plugin: https://wordpress.org/plugins/acf-frontend-form-element (It’s got the same names) I’ve tested the demo of that plugin and I wanted to use it for frontend user-profile editing.
I’m sorry but I can’t use your plugin…
Is it possible to get a refund?
Greetings, Frederik Goethals
Hi, i’m sorry but we can’t refund a product well described and already downloaded. What i can do for you is to give you a link where to download a beta version which has user profile edit form in front end, let me know and send me your email.
Hi, can you send me the link where I can download the beta version? Kind regards Frederik
Hi, can you give your email, thank you
Hello, does it work with ACF pro?? Also, can I use it for ACF relationship fields?? I tried your demo page and couldn’t access it. Is there an option to show the form in modal? Please let me know
Hi, yes it works with ACF Pro and all field types, the demo site is under construction, for the modal option you have towait for the next release, actually we are moving location so it will take some time to be released.
Do you have a demo version?
Hi, the demo website is actually on maintenance, please check again in few days
can I create a product registration form directly on woocommerce? do you have any sample models to confirm?
Hi, i’ve already done a sample like this, the trick is to select “product” in post type options, then you’ll have a form which creates new woocommerce product. But you have to think on some code which will convert ACF fields into WooCommerce fields (attributes like price, product type ..etc) and this can be done in acf/save_post hook.
Hi,
Do you have plans to integrate multi part form?
Hi, actually this question should be asked to ACF, the plugin don’t change the way ACF builds the form, ACF form has its settings and multipart form is not included. We’ll see how to find a way to add it in future if ACF form dont
Hi, I have a question about this plugin. In your item image it says “live preview”. Is it possible to show a live preview while filling out acf fields?
Hi, the “Live preview” means that you see how the form will be displayed while you are creating it and editing its settings
Ah ok i see. Would be great to have some kind of preview while editing
Hi, can you explaine ? if you mean editing ACF Fileds then it’s a good idea, but not sure if it’s possible in page builder, actually you edit/create your fields in ACF editor, then you pick/select which fields/field groups you will use in page builder. Also there is a live preview on styling actually
For example when I create a new custom post with different custom fields, and the post will be displayed later in an elementor template, it would be really good to see the post in it’s final template while creating it in frontend editor. Something like a live preview area where i can see the result. Do you understand?
Ah ok i see, you want a Edit Form with the template display, yeah it’s a feature which we are working on it, but without the “post template” page, just the form as designed in the edit form
That sounds intersting any Eta?
The feature was planned to be released 2 months ago, but we are changed the plugin update system from scratch, so it will come in about one month or less
Hi,
When refreshing the page the form is on, it asks to resend form data, even though the form is blank. https://dxt2.co.za/background-vote/ – Is there a way to disable this?
Hi ! this usually happends when the post is not totally saved, it’s ACF issue, have you made any hooks ? let me know
Ty it’s been resolved.
Ah good to know, can you tell me what was the issue ? submission fail ?
Not sure but redoing the page and adding again took the error away. On a fresh page with fresh form if you would F5 it would say redo form when it hasn’t been initially done yet.
Yeah, ACF Form has hidden fields, maybe they was set and saved in browser but not submitted, anyway, good to know that all is ok
An you add custom scripts to the form? Example would be to pull Yoast field for page to tile and description.
Hi, if you want to add custom scripts i’ll suggest you to use ACF hooks, this plugin will not be affected and it will just do exactly what ACF have to do. For example you can dynamically populate the title or content using the acf/pre_save_post hook, we are planning on how to make it possible with any kind of fields and combinations without coding in the future.
Sincerely, Mourad
Hi, I just purchased your plugin. I like it, however I was wondering if there’s any way to dynamically populate the title or author? I don’t think the additional new post variables supports something like this: post_author=wp_get_current_user()
Any and all help is appreciated
Hi, Thank you ! you can dynamically populate the title using the acf/pre_save_post hook, we are planning on how to make it possible with any kind of fields and combinations without coding in the future. For the post_author it’s actually set automatically by wordpress by default, if it does not work, then use the same hook above.
Sincerely, Mourad
Thanks for that. However, I’m not sure what I’m doing wrong. I’m using the example on that ACF site, but when the page loads, it submits the form. I’m trying to post to a custom post type and changing the title. Thoughts?
Hi, for the post type just set your choice in this plugin Post Settings
Then for the title, check if
$post_id == 'new_post'instead of ‘new’. To get the fields you want, go to ACF Field Group (in ACF settings) then cpy/pst the field keys you want (something like ‘field_abcdef123456’) the combine them as you want like :
if( $post_id != 'new_post' ) {
return $post_id;
}
if (!isset($_POST['acf'])) {
return $post_id;
}
// create the title
$my_title = $_POST['acf']['field_key_a'] . ' ' . $_POST['acf']['field_key_b'];
$post = [
'post_title' => $my_title,
'post_type' => 'my_post_type' ,
];
// insert the post
$post_id = wp_insert_post( $post );
// return the new ID
return $post_id;
Also note that this feature maybe done in next release
So just for my sanity, I’ve removed all custom code referring to the custom post type and form. It’s still double submitting. Any thoughts?
add_filter('acf/pre_save_post', 'my_acf_pre_save_post', 1);
function my_acf_pre_save_post($post_id)
{
if ($post_id != 'new_post') {
return $post_id;
}
if (!isset($_POST['acf'])) {
return $post_id;
}
/**
* Check if the fields are posted, otherwise return the post id
*/
if (!isset($_POST['acf']['field_key_a']) || !isset($_POST['acf']['field_key_b'])) return $post_id;
/**
* Make the title
*/
$my_title = $_POST['acf']['field_key_a'] . ' ' . $_POST['acf']['field_key_b'];
//
$post = [
'post_title' => $my_title,
'post_status' => 'publish',
];
// insert the post
$post_id = wp_insert_post($post);
/**
* Check if post created w/out erros
*/
if (is_wp_error($post_id)) {
wp_die($post_id->get_error_message());
}
// return the new ID
return $post_id;
}
Let me know if all is ok
Ofcourse, make sure that you have selected the post type in ACF Front Form setting, check the option “Create New Post ” to Yes and the “Post Title” value leave it empty
Got it! Thanks so much!
No problem ! a nice review will be appreciated 
Hi,
Plugin prevents me from editing page with Elementor. If I disable the plugin I can edit with Elementor no problem.
Hi ! this is like new issue, can you please explaine how i can reproduce the issue ? which versions are you using of wordpress and elementor ?
Wordpress 5.4 Elementor 2.9.7
Activate plugin can’t Edit with Elementor. Disable it and can edit as normal.
Hi, the plugin already supports WP 5.4 and elementor 2.9.7, i’ve just done the tests. have you installed the latest version of ACF ? Can you please let me check your site ? it looks like some other plugin is conflicting, let me know
I found the error – it crashes site if ACF isn’t installed first.
Maybe some better error handling 
Yeah, this was done, but looks like we have to fix it, sorry for the inconvenience
Np

Hi, how can I add with shortcode? [acf_front_form] just shows an update button thats all. Unfortunately I stupidly went and bought both versions. Now I don’t user VC or Elementor anymore.
I used [acf_front_form post_id=”new_post” np_title=”Yay” np_type=”background” np_status”=publish”] but the image doesn’t show on frontend
Sorted. Just read the documentation again and copied bits and pieces from the examples. 
I’m happy to know that the doc was helpfull 
Hello, Would you mind canceling my license and paying me the money. It does not meet my expectations. Particularly concerning the editing of user information. Regards, Julien BROHEZ
- First, in ACF, create the fields that you want to map to user’s fields, for example “first_name” for the “First Name”
- Create you ACF Form with ACF Front Form
- create a hook for the acf/submit_form or acf/pre_save_post to get the submitted values and set them to wp user fields, ex :
$current_user = wp_get_current_user(); $current_user->first_name = $_POST['acf']['<first_name_key_field>'];
Also, as i told you, there is an upcoming update which will include this feature. Let me know how i can help you Sincerely, Mourad
Hello, i’ve totally forgotten that there is a “User” relation field type in ACF, you can create a field which link to wp user, but not built-in wordpress user fields. I’m actually finishing this new feature and will update the plugin ASAP.
sincerely, Mourad
Thank you, when will the update be available? Julian
Hello Julian, I’ve already finished a form that registers new user with all wp user’s fields, also the one to edit and add new user (for admin).
I’ll then create the login and change my password forms.
I would like to know if you want to create extra fields (non default wp user fields) for the user (like date of birth or sex for example), i want to add them on the release after this one.
I think that i’ll finish in 3-4 days, note that i have to add all Elementor tweaks and tab styling. Let me know, thx
Mourad
Hi Julian, please let me know about your needs to see if i can add them on next release, thanks
Hi Mourad. It’s great that you are working on it.
Each connected user must be able to edit the many fields that I have created. I made you captures of ACF frontend (which I use while waiting for your update) What would also be nice is that we also find the role “Friends” of buddypress.
Julian Thank you for your work!
Hi Julian, for the moment, this release will not be able to handle custom fields, we made only fields related to wordpress user fields. And yes for the role, actually it loads all existin roles registered in wordpress, i’ll also check buddypress roles. I’m not sure to understand what do you mean when you say “I made you captures of ACF frontend”, please can you explaine ?
If you want to add extra meta user fields (that you have created) let me know if we can discuss and i invite you to my UpWork profile
Hi Mourad, I can’t wait to try this update.
You finished it?
Regards,
Julian
Hello Julian, it tooks a bit longer than expected but we are in good path, we have added some features, fixed some bugs and now working on elementor UI. we’ll need one more day to update the documentation. We are also so exited with new update and working hard to release ASAP Thank you
Hi Julian, can you contact me by email please ?
Ok, but I don’t have your email address 
You’ll find it in my profile’s page
Hello! Just had a pre-purchase question.
I want to have a form that collects user input and displays it on another page. i.e. you visit xyz.com, there’s a form that asks for name and email, and once you (the user) submits, you can view this information on another page (say your profile). Can the ACF front form plugin help me with that?
Hello, The ACF Front Form will help you to submit any kind of supported fields by ACF, but not the built-in wordpress user fields, you have to create the fields and map them to wordpress user if needed. Then, to display the fields you have to do it yourself with ACF shortcode or custum wordpress hooks.
If you are interested you can hire me on UpWork too Let me know if i can help you
Hello, I cannot display an edit form for username fields. I can’t find the option.
Hi, ACF doesn’t handle wordpress user fields, i’ll try to add this feature in next release