riyaseasternts
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce variation dependency issueThank you for your response. But I don’t want to create variation. so I am applying custom script which helps me to achieve what I want. because if you refer this website https://rforrabbit.com/products/feather-baby-diapers?variant=43902016323801 regardless of technology, this should be the ideal way. I think woocommerce needs to improve this.
Needs to work on some areas. Otherwise we as a developer will find one or the other way to achieve what we want.
Thanks again.Forum: Plugins
In reply to: [Kaya QR Code Generator] Download QR code after generating it with shortcodeOkay thank you
Hello,
but can you just guide me why this error is occurring? I have been trying since 3 days now, Razorpay integration is done successfully, but the issue is coming from your plugin’s end that it gives an error for creating the payment.Hello, do you have import functionality? I have existing video gallery and i want to import it to this plugin’s video gallery.
Hello, are you implementing the search functionality?
by when it will be ready?Hello,
When will you respond to the urgent messages? it is not a small issue. responsive is not working.Hello,
It’s urgent. can you please reply??Looks like, you haven’t checked the screenshot I have sent in the last message. understand the urgency of the issue. It’s so bad that you are not responding till 3 days.
1. https://prnt.sc/NL60jQmA5ghJ
2. https://prnt.sc/XTHvUvmkRpTP
3. https://prnt.sc/StPTaT_jDK1e
Above three screenshots are for settings.
Pages links are as below :
1. https://www.donatelife.org.in/founder-photo-gallery/
2. https://www.donatelife.org.in/photo-gallery/
3. https://www.donatelife.org.in/founder-direct-coverage/
4. https://www.donatelife.org.in/cadaver-organ-donation-activities/
This type of the shortcode I am using for the above pages : https://prnt.sc/5bQI4wRbTzx8- This reply was modified 1 year, 7 months ago by Yui.
- This reply was modified 1 year, 7 months ago by riyaseasternts.
You can call your custom function using
forminator_form_before_handle_submitandforminator_form_before_save_entryhooks:– use this one when Page Reload method is enabled for the form in Behavior >> Submission Behaviour:
add_action( 'forminator_form_before_handle_submit', 'your_file_name_change_function', 10, 1 );– and this one is for the Ajax submission method:
add_action( 'forminator_form_before_save_entry', 'your_file_name_change_function', 10, 1 );I have used these actions but they are not returning any entry of this current form. and these files just have do_action but not able to fetch the entry from form ID. and even if i fetch the details how will I change the file name here? it will not change any form field data which further gets submitted.
Hello,
I have a query. My gallery is not responsive. not able to find any option to display 1 or 2 columns in mobile(responsive). please guide . it’s urgentHello,
Subfolder issue is resolved but still need to rename the file with what I have stored in my custom table in database.
Moreover, for the email, you are still not getting my point. check the screenshots. Woocommerce have option to remove the email and trigger the email at desired time
https://prnt.sc/wORs-nAkLe7G
https://prnt.sc/m-TeV0fxbvlPHello,
I did use the forminator_custom_upload_subfolder the function and returned the empty subfolder. but it is not working.
For the email thing, simple question, do you know how to stop sending an email on submit button click and send it after some custom actions? all the forms have the hooks to trigger the email . Like woocommerce has actions to send the email on particular action.hello,
I have already shared the screenshot of this subfolder thing. But it is also creating subfolder inside that with multiple files.
moreover, for the email, my question was different. I want to prevent the email on submit button click because it is redirecting to the payment gateway and once the payment response returns, then i want to trigger the email. I can’t find the send_mail trigger (action or filter) anywhere in the plugin.
Hello,
Thankyou for the response.
Currently, forget about this subfolder. But I am integrating payment gateway and on submitting the form, my email is being triggered, which is wrong.
Basically, email should be triggered after the payment gateway response. I have a php file for handling the payment gateway response. now how can i prevent an email on submit button click and send it after the payment response? Please reply, it’s urgent.Hello, Also this creates a subfolder inside my custom folder. I don’t want that. basically, i am saving my data with custom file name and calling it with custom folder. so please help me with this. it’s really urgent.