Laura - WPMU DEV Support
Forum Replies Created
-
Hi @jmagrino,
Hope this message finds you well and thanks for the information.
I could notice you have a mu-plugin related to Forminator and PayPal:
[Forminator] - Use NO_SHIPPING in PayPal: author: Panos Lyrakis @ WPMUDEV, version: (undefined)
Would it be possible for you to navigate to wp-content/mu-plugins and look for it? Then kindly download it (backup) and remove it from the directory, after the file has been removed please try again and let us know if the issue persists.
Note that this snippet removes the shipping label (Ship To) from PayPal’s popup. It can also be found here: https://gist.github.com/wpmudev-sls/2d5e740a9c6024bfefde8aa44ca02b86 and might be outdated.
Kind regards,
LauraHi @netrose,
Hope this message finds you well and thanks for reaching us.
For your explanation are you trying to encrypt the data when a user is filling that field? If so using the code shared by Nithin should be enough. If not, could you please elaborate a little and let us know the exact field and process you require to encrypt?
Kind regards,
LauraHi @katmacau,
Hope this message finds you well and thanks for the update.
Glad to hear things are clear now. Kindly let us know if it is possible to mark this issue as solved. Thank you.
Kind regards,
LauraHi @msmilkov,
Hope this message finds you well and thanks for the information.
After checking with our SLS they explained that the forminator_custom_form_submit hook doesn’t exist anymore this is the new hook:
forminator_custom_form_submit_before_set_fields
Still, I did test the code you shared and it is not working, but our SLS provided a snippet for the redirection:
<?php add_action( 'forminator_post_data_field_post_saved', function( $post_id ){ $GLOBALS['forminator_post_id'] = $post_id; add_filter( 'forminator_replace_form_data', function( $content, $data, $fields ){ if( ! empty( $GLOBALS['forminator_post_id'] ) && false !== strpos( $content, '{post_url}' ) ){ $content = str_replace( '{post_url}', get_permalink( $GLOBALS['forminator_post_id'] ), $content ); } return $content; }, 10, 3 ); } );
You might need to add the Post field:
Then add the {post_url} at Behavior >> Redirect user to a URL tab:
I tested it on my own and it worked. Hope it helps.
Let us know if you require additional assistance.
Kind regards,
Laura- This reply was modified 1 year, 7 months ago by Laura - WPMU DEV Support.
Hi @jeankdg,
Hope this message finds you well and thanks for the information.
After taking a closer look at your site, I noticed you are using Divi. We don’t have reports about similar issues, and I tried to replicate the same in my own lab using Divi and Smush but the images are fine if the plugin is outdated.
Since not all images are missing it might be a cache issue. When you experience this issue, could you clear Divi’s cache first, and see if that solves the issue? Let us know, please.
Kind regards,
LauraHi @amandaiman,
Hope this message finds you well and sorry to hear you are experiencing this issue.
The fix for this was already released on version 1.25. I could notice the CSS is adding the directory twice:
Could you remove the custom path from Forminator -> Settings -> Data -> File Upload Storage section? Kindly let us know if does work after that.
Kind regards,
LauraHi @omarsekkkk,
Hope this message finds you well and thanks for reaching us.
As Nithin explained in his reply here, this is a bug and after re-checking with Forminator devs, they don’t have an ETA about when this will get fixed.
Still, we will update you once we get an update.
Kind regards,
LauraHi @nelinfo,
Hope this message finds you well and thanks for the update.
Our Forminator shortcode only embedded the form, it does not have pop-up capabilities, if you still using the code below, it should be fine, since that code does have 2 parts:
The one that will trigger the pop-up формой.
[su_lightbox type=”inline” src=”#contact-form”]формой.[/su_lightbox]
The second contains the form inside.
[su_lightbox_content id=”contact-form”][forminator_form id=”5875″][/su_lightbox_content]
I visited your site and is working fine.
Let us know if you require additional assistance.
Kind regards,
LauraHi @avidsnk,
Hope this message finds you well and thanks for reaching us.
I need it to generate a pdf with incremental numbers
Would you let us know from where are coming the incremental numbers, please? Thank you.
Kind regards,
LauraHi @emreayhan25,
Hope this message finds you well and sorry to hear you are experiencing this issue.
After giving it a closer look and validating the JSON file, it seems some Description fields contain texts like this one:
<ul>\n<li>Toepasbaar voor Project realisatiekosten >4550\u20ac<br><4550\u20ac direct op afdelingsexpense.<\/li>\n<\/ul>\n<p> <\/p>\n<ul>\n<li>De aanvragende afdeling stelt een A3 op die wordt ingediend bij TechOps (RE) om als project te worden opgenomen in de<br>Local Capital List.<\/li>\n<\/ul>\n<p> <\/p>\n<ul>\n<li>Bij het opstellen van de A3 kan technische expertise van buitenaf (b. leveranciersinput) nodig zijn. Deze input kan door TechOps (SME of Project Co\u00f6rdinator) geleverd worden.<\/li>\n<\/ul>
It broke the JSON importation file, when I removed all those descriptions, I could import the form.
I did escalate this issue to our Forminator devs team. Once I get a reply from them we will get back to you, your patience on this is widely appreciated.
Kind regards.
LauraForum: Plugins
In reply to: [Broken Link Checker] Plugin finds links that don’t existHi @freckles1224,
Thanks for the update, now is clear.
After taking a close look at goodwin.edu/about I was able to find an element that contains a link to history, kindly refer to this image.
The href is “history” since there is no full link on it or a slash / the link will act as a relative link, which is the expected behavior.
But, it seems the BLC crawler is detecting it as an absolute link and that’s why is returning as a broken link.
I did ping our BLC team about this and we will back to you once we get a reply from them.
Kind regards,
LauraHi @toni123098,
Hope this message finds you well and thanks for the update.
Since you are using the Registration Form type, Forminator will also store such information in XXXXX_users table, where XXXXX is your WP table prefix. Additionally, it stores the submissions from all forms at XXXXX_frmt_form_entry and XXXXX_frmt_form_entry_meta tables, if Settings >> Data Storage is enabled, by default it is for all forms.
Also, Forminator does have an API and you will find it on this link: https://wpmudev.com/docs/api-plugin-development/forminator-api-docs/
Let us know if you were able to find the information.
Kind regards,
LauraHope this message finds you well and thanks for the update.
Glad to hear is working now, but we were looking to get the form as Nebu requested here instead of the submission, without testing the form we are unable to provide more lights about this.
Still, you can try to duplicate the form and test it to see if works fine or if the issues described are present there too.
Let us know the results.
Kind regards,
LauraHi @nimrodish12,
Hope this message finds you well, and thanks for the update.
Could you add this code under Appearance > Customize > Additional CSS.
span.select2-selection.select2-selection--single { direction: rtl; text-align: right; } .select2-results__options li { text-align: right; }
Let us know if you require additional assistance.
Kind regards.
LauraForum: Plugins
In reply to: [Broken Link Checker] Scan initiation failedHi @joyryde,
Sorry to hear the issue persists, the Cloud version does use the WPMU Dev plugin to work.
The new Broken Link Checker (Cloud) is a new product based on the Local version, ad our devs team is always working to improve it. We hope you can give it a second try in the future.
Kind regards,
Laura