ash6789
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Reviews] Shortcode using do_shortcodeThank You So Much guys.It worked.
Hey
Issue resolved as in my case I used some jquery validations to validate those fields that are conflicting.Forum: Plugins
In reply to: [Advanced Forms for ACF] Front End EditingHeyy
I stuck with the same issue.Please share if you got any solution regarding this.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Save the select option value in acf formsYes these options are loaded dynamically from the database.So I was not able to store their value.What I did on selecting the option I store their value in an hidden input field then Showed that field on admin panel.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Save the select option value in acf formsHere is code
af_save_field('select_field_2', $post_id); af_save_field('test_field_1', $post_id);test_field_1 stores its vaue but select_field_2 doesn’t.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Save the select option value in acf formsHey
Actually First Select Field have options (Dynamically coming from SQL)
and on click of first select field , Second field options comes dynamically.All is good except that
af_save_field saves the value of First select field but not for the second one.
Forum: Plugins
In reply to: [Advanced Forms for ACF] Saving repeater field valuesHi,
I am saving two values in af_save_field(), but it is storing one value and not the another. Can you suggest me some solution.Forum: Plugins
In reply to: [Advanced Forms for ACF] Repeaters in acf form are not workingHey
Thanks for replying back.
Here is the url
http://www.cassedabidjan.com/new/
Also I added a repeater field over there which is not working at all.I am unable to figure out is there any jquery conflict?