Unfortunately, I have not yet found a paper or a video on how to use the Bricks form element to fill and check the Custom Fields data, Advanced Custom Fields data or these two or others, especially in connection with Custom Post Type .
Iām also interested in standard fields like title, slug, content, featured image and so on.
Please does someone have an idea or a few links for me or does this not work yet?
You can do whatever you like within the custom action, but it requires sufficient PHP knowledge. Unfortunately, we canāt provide support for custom code as well.
As a starting point, you can check out the wp_insert_post() function, which inserts or updates a post to the database.
Maybe look at Frontend Admin. A plugin that lets you add forms on the frontend and create posts including CPTs. Doesnāt even need ACF installed to use ACF fields, just CPT UI.
Hi, sorry I donāt understand.
The forms do have conditional logic so you can hide fields based on others etc. No idea how it does this. I guess you could also create multiple forms, each with just the fields you want, then conditionally display the form - its just a shortcode.
I just use it to create new CPT posts for users. So restricted to logged in users only.
It has a free version so you can check it out.
Ok, Iāll look for the free version and test it myself.
However, if the forms are not newly built by the plugin, but only the fields are hidden via CSS for the user with Display none, the risk of misuse and hackers is too great for me.
As I suspected, these forms are not regenerated by the frontend admin, but only hides various elements via CSS as follows.
Here I tested to hide the āAllā and āPublishedā links as well as the post search for the posts and found that the entire admin toolbar and admin navigation is still there and only hidden.
This can be used for site owners who just donāt want to be allowed into the admin area and otherwise have little idea of the subject.
Frontend Admin should not be used for all other users who register on the site and can then access it independently.
I confess I donāt understand your use case, nor what you describe. How do you hide āAllā or āPublishedā links? I donāt see those sort of options anywhere.
For my use I am collecting a few fields that are then used to create a new post. Works a treat.
I donāt want to provide a website for a user who is then only responsible for his or her own project, but where everyone can register themselves and then use the forms provided to publish, make changes to their own contributions, and be allowed to delete their own contributions.
The elements I removed for test purposes are those marked in red in the picture.
Well similar to my requirements then.
I am creating a dashboard page that users are directed to. This has a simple card ( or link ) to allow the user to create a new post ( a For Sale CPT ). They can also edit an existing one if they have any. The CPT content is gathered through a FrontEnd Admin form.
All this is done on the front end. So I donāt understand your referring to backend views in the WP dashboard. Thats not what the plugin does.
Perhaps we arenāt talking about the same plugin?
Cheers
Alan
Thank you, I saw this too, but I didnāt consider it a relevant plugin because it only has 400 installations and the link from the developer is currently going to a construction site.
Hi,
Yes the top one does not require ACF, but does support ACF fields. Shabti also wote the ACF Frontend for Elementor, which is perhaps better known.
Basically he seems to be moving his plugins away from being tied to other products where possible.
From the plugin site ā¦
Blockquote
Want this plugin without needing ACF to be installed and activated? Try our other plugin, Frontend Admin.
We are currently adding all our features from ACF Frontend, to be the same on Frontend Admin