Alex Sanchez
Forum Replies Created
-
You can use the following query,
wpFluent()->table('fluentform_forms')->find($formId);
It will return the form object.
ThanksHello @ddkevingoehler ,
Try running these inside wp_enqueue_scripts hook ,let us know if you need anything else.
wp_enqueue_style(‘fluent-form-styles’);
wp_enqueue_style(‘fluentform-public-default’);
wp_enqueue_script(‘fluent-form-submission’);For faster response please please open a support ticket here
Thanks
Hello, here is in example code to get the file name using ‘fluentform_before_insert_submission’ action hook.
add_action( 'fluentform_before_insert_submission', function( $insertData, $data, $form){ $files = $data['file-upload']; $uploadDir = str_replace('/', '\/', FLUENTFORM_UPLOAD_DIR ); $pattern = "/(?<=${uploadDir}\/).*$/"; preg_match($pattern, $files[0], $match); if (!empty($match)) { $file = str_replace($match[0], \FluentForm\App\Helpers\Protector::decrypt($match[0]), $files[0]); } dd($file); } ,10,3);
Hope that helps.
Thanks- This reply was modified 2 years, 6 months ago by Alex Sanchez.
Thanks for reaching out to us, I just added this feature request to our backlog.
Feel free to let us know if you have any other queries.
Have a good day.Hello @ameer5933 ,
I just tested the form the book now button appeared and was successfully redirected to stripe. If you are still facing the issue can you make a screen recording and open a support ticket here https://wpmanageninja.com/support-tickets/#/, we will help you to solve the issue.
Thanks- This reply was modified 2 years, 7 months ago by Alex Sanchez.
Hello @mohsinworld ,
I have marked it here , in your screenshot, its the top menu ‘Form Settings’
ThanksHello @ricsca2,
Check this link https://wpmanageninja.com/docs/fluent-form/how-to-use-wp-fluent-form/email-notification/ it has video instructions. Feel free to let me know if you need anything else, or open a support ticket in our official support thread.
ThanksHello @wingdu
We try to provide support as soon as possible also our support team got bigger recently to reduce the waiting time and help our users more efficiently. I think there was a technical glitch with your support ticket otherwise this would never happen. You can also check our last five-star reviews is about our support.We could not find any ticket with your user name, if you can share your ticket ID I will be happy to assist you.
Hope you will change the review ??- This reply was modified 2 years, 8 months ago by Alex Sanchez.
Hello @wingdu ,
Really sorry to hear this, but we could not find any ticket using your user name. I think for some reason maybe your ticket was not published otherwise our support engineer replies to all tickets as soon as possible. If you can share your ticket ID I can help you with your issue.
ThanksPlease enable it first from global settings using the API key, then it will become available. Also you can use hCaptcha
ThanksHello @eng0el,
Sorry for the delay. Here is a custom JS code for you, use this code. It should help you. https://gist.github.com/nkb-bd/9fe979356f71683ee5ae4e8772aad6df. For faster response, you can open a support ticket in our official support thread https://wpmanageninja.com/support-tickets.
Thanks and have a good day- This reply was modified 2 years, 8 months ago by Alex Sanchez.
Hello @gosama ,
Thank you for your feedback, we are really happy to hear this. Please open a support ticket here, here we will try to provide you with a custom code and later we will update the doc.Also if you have a moment please do not forget to leave a review for us, we will really appreciate this.
Have an awesome day ahead.- This reply was modified 2 years, 8 months ago by Alex Sanchez.
Hello @anheco,
Thanks for reaching out to us. Here are your answers:-The calculation field is available in the pro version.
-You can use a hidden field to store calculation value, just add the class ‘ff-
hidden’ to a number input container.-Calculation values are different from payment values.
-In conversational form, there is a built-in navigation bar at the bottom right
corner, see HereThank you so much for your feedback, we really appreciate this, it is our users who helped to get this far. Feel free to let me know if you have any other queries or you can reach to us directly in our official support thread.
Have a good day ahead.
- This reply was modified 2 years, 8 months ago by Alex Sanchez.
- This reply was modified 2 years, 8 months ago by Alex Sanchez.
Hello,
We will need to take a closer look to solve the issue, please open a support ticket here, we will help you to resolve the issue.
Thanks- This reply was modified 2 years, 12 months ago by Alex Sanchez.
We will need to take a closer look , please open a support ticket here
Thanks- This reply was modified 2 years, 12 months ago by Alex Sanchez.