s
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] unable to delete zone in QUIC.cloudI tried with QUIC and with my original hosting NS, and no success.
Since I use free QUIC, I cannot send ticket to ask QUIC admin to delete and refresh my account. Is there any free solution?
Forum: Plugins
In reply to: [WP Remote Users Sync] two woocommerce website user connection not workingI could solve this by adding role (customer) in
List of roles to transfer (leave empty to transfer none):
??
Hi,
Thanks,
you may see the link hereForum: Fixing WordPress
In reply to: connect two wordpress sitesthanks @catacaustic, in SSO plugin you mentioned, one web site should be the main IdP and the others like a SP.
I need that if someone registered in one of them, then he also can login to other, plus if he/she is inside the same browser then he/she does not need to be asked to enter those login information again in both direction, I mean if he/she register inside subdomain (sub-directory) then he/she can go to his profile in the main site and vice versa.
Is it possible to do this with SSO plugin?Hi @wpmudev-support8,
Thanks.
I created a php file and copied it to “/wp-content/plugins”
Then for testing, I created a new page in WP (also a new form with a separate HTML page), and paste the span tag in the editor (text), but I do not see any button for printing. Even I changed the span tag to button, but it does not do anything.-Do I miss something? I will appreciate if you can explain a little bit more.
I tried also
<button onclick="window.print()"><span class="formprinter">PRINT ME</span></button>
or
<button onclick="forminator_preview_printer()"><span class="formprinter">PRINT ME</span></button>
and when I click on the button then the form is submitted(no printing notification).
-what is the following code at the end of your code above:<?php }
Is it correct or something missing?
Thanks.Hi
Thanks, the link is here:
https://mywpsdemo.ir/project/form/I guess my browser had cache from previous, and now it is solved.
@nsgawli, thanks, I filled those ticket notifications fields and it was solved.
continue:
When I uninstall and reinstall the plugin, some data, such as configuration in Settings, and submitted tickets remain.
Is there a way to fully remove the plugin and its related files and data, and install a really fresh one, without any previous installation data.
Perhaps this solve my issue.Thanks.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
- This reply was modified 2 years, 4 months ago by s.
@nsgawli,
Thanks!thanks for your reply.
I saw the Autofill section in Behavior, and it is very similar to what I wanted, however it has very limited option, it is only for Name, Email and Text fields. However I like to have as much as field which have already been given by user in his profile of WordPress or WooCommerce.Is it possible to have this functionality?
PS. Another question I am not sure if it is related to this, it is about
“Pre-populate”.
Is it related to that functionality which I looking for? If it is, please give an example, how I can work with it, I saw the Documentation in your website about “Pre-populate”, however it was a little bit vague.Thanks
@jahmedas,
the latest version.Hello,
Good morning,Suppose we create a Checkbox field with many options. Is there any option to do “Select All” to choose all options with one check mark, I mean instead of selecting one by one in front end form, there is a possibility to “Select all options” when I click on one option checkbox.
I hope my explanation is clear.
Thanks.
Hi,
For my question below,Q: to add an option for preview a form before submit.
you gave the respective answer:
A:
This is already possible :
– create your form with pagination
– on second page insert HTML fields
– in each HTML field use “ADD FORM DATA” icon and choose each fieldI like to add a print button at the bottom of that HTML page of preview.
I used the following code:
<button onclick="window.print()">Print this page</button>
however it does not work. Do you have any suggestion?
Thanks.