jassimp
Forum Replies Created
-
Forum: Plugins
In reply to: [Bulk Download for Gravity Forms] Security token for bulk downloading link@yuriinalivaiko thank you so much
This was exactly i was looking forThank you for the prompt response
I thought the same. But i would like to re draft it to some thing else as it is little bit confusing to the users.
So how to customize the same ?- This reply was modified 3 years, 8 months ago by jassimp.
Fantastic
Thanks a lotHello @ashutoshswain
This plug in works with gravity forms as it mentioned and you are adding the mobile number as a gravity forms field. So upon submitting the form after verification, you can see the verified mobile number in the form entry.Thank you again @kau-boy for your fantastic support
Now its working as expectedcould you please support me on the below also
add_filter( 'bdfgf_download_filename', 'my_bdfgf_download_filename', 10, 3 ); function my_bdfgf_download_filename( $filename, $form, $entry_ids ) { // We append the current date/time to the end of the file name. return $form['title'] . ' - ' . date_i18n( 'Y-m-d H:i:s' ); }how to add one or more form field as file name instead of date?
Thank you @kau-boy for your prompt support
Unfortunately, its not worked for me
The folder name shows the entry IDIs there any fine tune for the code?
Thank you @Aezaz Shekh
actually, i am not seeing any issue in the site first sight
this error i found in the log
how we will know this is solved or not?how to apply this for multiple form as the example here is only for common form and the field ID on it
Thank you so much Bernhard Kau
this is what i was looking forbtw, is there is any option to add a static name or another filed name too with this filed data ( 2 filed name: example fieldname1_feildname2 ) as the zip filename?
thanks a lot
- This reply was modified 4 years, 3 months ago by jassimp.
@carmpocalypse
Yes!
i know that IP for Sucuri
i am using Sucuri basic version, but i want to know what is that process or what is the reason for a call from my server to Sucuri server every dayThank you Doeke Norg for your response
i resolved the issue
it was the issue with PHP zip extensionthanks a lot
in addition to this i am seeing the below error in system status
by GravityView – 1.8.12 Your system does not meet the minimum requirements for this Add-On (1 errors).
how to solve this issue
Forum: Plugins
In reply to: [Gravity PDF] PDFs are no longer being generated after 6.0hi
from where we will get the gravity pdf older version ?
we also in trouble now 🙁Thank you TobiasBg for the quick response and support
Actually, i want to filer the row as per the data on a specific column data which is dynamic data
The below short code i am used currently[table_filter id=9 datatables_search_enter=true /]
The search conducted either entering the search value in the search field then hit enter or passing the search value from URL parameters
The URL parameter option is fine as it will search only the specific filtering data and the page will load with those result
But if some one visit this page for a manual search, the entire rows are loading and hiding the un wanted rows after 5-6 seconds
this issue i want to solveSo could you please help me to convert the short code as per the above mentioned requirement
Also is there any option to get the search result from multiple tables?
Thank you so much for all your efforts and great support