All Questions
21 questions
0
votes
0
answers
52
views
ACF WPML frontend form: Load form with duplicated content for editing
An ACF form in the frontend of a bilingual site (de/en) creates a data record.
On submit, a second data record in the second language is saved (WPML hook wpml_copy_post_to_language).
How can I display ...
0
votes
1
answer
220
views
Gravity Forms - Populate ACF Relation field with Gravity checkbox
I am using Gravity with ACF for post fields and the addon "Advanced post creation" in order to create a Post when users populate their form.
On theses posts, there is an ACF relationship ...
0
votes
1
answer
450
views
How to Create WPForms Custom Smart Tag with ACF Link Field in Array
I’m currently trying to set up a custom smart tag on WP Forms using a ACF Link Type Field setup with Array.
This process works fine for text based fields, but I’m having problems returning any value ...
2
votes
0
answers
388
views
ACF Form and Redirect upon submission
I would like to redirect the user to a payment link depending on what choice they make but it's not redirecting. Can anyone see why not please?
The strange thing is though; when the post is published, ...
0
votes
1
answer
425
views
Prefill form data from external api
I am using acf_form to manage the user profile.
Now I would like to understand if it is possible to populate the fields by taking them from an external api, this is the code developed so far:
<?php
...
-2
votes
2
answers
2k
views
Is there a way to update a custom field in Wordpress with a front-end file upload?
I am trying to update a custom WordPress-field with a file upload from a front-end form.
Example:
<form action="submit"><input type="file" name="file_upload">&...
0
votes
0
answers
243
views
Update meta_key with ajax in Wordpress
I want to update meta_key with ajax in wordpress i use this form
this is my code but not work for me
<?php
add_action( 'wp_head', 'ajax_the_clike' );
function ajax_the_clike() {
?>
<script&...
1
vote
0
answers
353
views
ACF Form not redirecting on Mobile. Working fine on desktop
I have a frontend acf form which is generating a new custom post.
When I submit the form on a desktop it works fine. It creates the post and redirects to the new post.
However when I use it on a ...
0
votes
0
answers
1k
views
WP ACF: hide/display terms of taxonomy on conditional logic
Using ACF in Wordpress, my form has ACF taxonomy field (based on a custom taxonomy).
In the ACF taxonomy list, I need to hide or display some specific taxonomy terms depending of what has been ...
0
votes
0
answers
766
views
How create and ACF form with preview button?
I hava a front end form i want to have a preview button for the form. problem is acf form generates the post id after submitting the form. So can't add a preview link
get_preview_post_link this can ...
-1
votes
2
answers
273
views
get submitted form's post_id from outside the loop PHP
I am working on an app that has a post form that matches up adoption mentors with mentees.
This is in Wordpress/PHP/MySQL/ACF (Advanced Custom Field).
After the form has been submitted, I am unable ...
0
votes
1
answer
741
views
ACF Form Post not showing on frontend straight away
I am using ACF's front end editor capabilities to enable my users to upload a post to the site.
The user fills out the form and submits and the data shows correctly in the backend. The issue I'm ...
0
votes
1
answer
485
views
ACF fields ,select where a email goes,apply conditional logic
I have pages with ACF(advanced custom fields) setup with different fields.
I want to be able to access that data and apply a
conditional logic.
To apply the conditional logic there will be a contact ...
0
votes
1
answer
100
views
ACF Front Forms and Multsite
I have a 2x blog WordPress Multisite that contains a front end ACF form for adding dates.
I can then update these dates whenever required from the front end.
I want to load the front end form on the ...
0
votes
0
answers
183
views
Wordpress Advanced Custom Fields LOOP posts ACF by values
I have a wordpress website where i want to use ACF for displaying some posts/pages by the values putted in, for example:
Lets say that i have 3 pages:
1st page with ACF text field value "asd"
2nd ...