Aman
Forum Replies Created
-
Hi
I see you have managed to left align it.
Views for WPForms doesn’t align text center, it may be your theme default css.
For anyone else wanting to align text you can below css..wpforms-view-field-cont { text-align: left; }Hi
It’s not possible right now to move to next page without page refresh.
Regards
AmanHi
Yes this feature is available in pro version.
Regards
AmanHi
Please contact Ninja Forms team as Ninja Forms v3+ has inbuilt recaptcha feature, this plugin is not supported for Ninja Forms v3+ as mentioned on plugin page.
Forum: Plugins
In reply to: [Popup addon for Ninja Forms] Ninja Pop ups uneditablePlease note I am not the plugin author of Ninja Popups on Envato. That is created by different company/team.
Forum: Plugins
In reply to: [Popup addon for Ninja Forms] Ninja Pop ups uneditablePlease contact the support from there.
This is different plugin built for Ninja Forms & not related to Ninja Popups.Forum: Plugins
In reply to: [Popup addon for Ninja Forms] Ninja Pop ups uneditableHi
From where they purchased the plugin?
Hi
yes it’s possible in pro version.
Here is more info.
https://formviewswp.com/how-to-display-only-user-submitted-entries-in-wpforms/Regards
AmanHi
Yes you can do that in pro version.
More info https://formviewswp.com/how-to-display-only-user-submitted-entries-in-wpforms/Regards
AmanHi
Please update to v2.5.7. It will show Labels by default.
Hi
I am looking into it.Please create a ticket from https://nfviews.com/contact & send me screenshot of the view.
- This reply was modified 4 years, 6 months ago by Aman.
Hi
You can add the page to no cache list in your cache plugin.
Hi
You can read more about how to display only logged in user entries at below link.
https://cf7views.com/how-to-display-only-user-submitted-entries-in-cf7views/
Data can be displayed in Table or List view.
Hi
You can add below css code to Admin => Appearance => Customize => Advance Css
body .nf-views-table th, body .nf-views-table td { white-space: pre-wrap; }- This reply was modified 4 years, 8 months ago by Aman.
Hi
You can add below css to break the text in your column
.field-47{ white-space: pre-wrap; /* CSS3 */ white-space: -moz-pre-wrap; /* Firefox */ white-space: -pre-wrap; /* Opera <7 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; }