anusuyafurphy
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Store Locator] Adding CSS dynamically to search resultsHi Chavo,
Is there anyway to display category image icon in gmap in wp store locator. Please advise me.
Thank you.
Forum: Plugins
In reply to: [WP Store Locator] Different Markers per CategoryReally awaiting for it. I already got the csv manager add on. I would like to get this add on too.
PleaseForum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Getting Upload Files in front endHi Ben,
Thanks for your reply.
add_action(“gform_after_submission_1”, “push_fields”, 10, 2);
function push_fields($entry, $form){
print_r($entry);
}Can I use in the same function? If I use the function I am getting error.
Warning: Missing argument 2 for process_uploads_function() in C:\xampp\htdocs\maxxis\wp-content\themes\maxxis\functions.php on line 335
Warning: Missing argument 3 for process_uploads_function() in C:\xampp\htdocs\maxxis\wp-content\themes\maxxis\functions.php on line 335
I need to get all the entry details with the uploaded data. It would be great if you provide example.
Pls advise.
Thank you
Forum: Plugins
In reply to: [Gravity Forms Advanced File Uploader] Getting Upload Files in front endHi,
Am getting gravity form values stored in custom mysql table for client purposes.Please let me know how to get the value of upload file in functions.php.
For gravity forms, the following code is used.
add_action(“gform_after_submission_1”, “push_fields”, 10, 2);
function push_fields($entry, $form){
print_r($entry);
}
Pls advise.