My form is not showing up on any page although it is there but hidden. I have included and there seems to be no JS conflicts or errors. No idea why the form is not displaying. The form preview works great thorough!
You can see the form page here: http://projects.wax.com.au/lioton/?page_id=14
Thanks for the help!
Do you have conditional logic in your form? Anytime conditional logic is present the entire form is set to display: none; and then javascript is used to only show the fields that should be shown. If the display:none is not being removed, there's probably a problem with your theme. See this link for more details:
http://www.gravityhelp.com/question/why-is-there-a-style-attribute-of-displaynone-being-added-my-form-isnt-showing-up/
Related
I have an issue regarding woocommerce account. It showed some problems and did not allow connection until today, when I just recreated some pages. At the moment it is displaying something at the bottom of the account info, though I can not find that text anywhere in back-end. Can someone help ?
Using the Chrome web inspector, locate the element you wish to hide on the page and find it's class or ID.
Then use some custom CSS to hide the element, for example:
.my-custom-class { display: none; }
Thank you for your help! I used the inspect and realized it was a rich snippet from some SEO plugin setting and now it is solved.
I am using gravity form and I could not get the {all_fields} merge tag to work. It just displays {all_fields}. I am trying to show all the filled details in second page in an HTML field. I have tried disabling all the plugins and also changed the theme to twenty seventeen but no luck. Any suggestion. Thanks
Merge tags are not supported in the HTML field by default. Here is a snippet I wrote that provides support for this.
https://gravitywiz.com/better-pre-submission-confirmation/
Currently there’s a problem with the form display on our wordpress site. Was looking at it and thought it might have been a plugin conflict. Tried deactivating some but the problem still persists.
This is how the form looks like on this site 1. Notice that the form fields is much smaller in width and when clicked on, it has a textbox shown which may be the reason why the width is restricted.
form with problems
This is how the form looks like on site 2 (intended):
form that looks as intended
We’re using cornerstone and a custom plugin for the wordpress shortcode that represents the form - so when i paste the shortcode in a textbox on cornerstone the form shows up instead.
The plugin code has been checked to be the same for both sites, so it should not be the source of the problem. Also, the wordpress form code for the form works on our other wordpress sites, so that might not be the problem too. So it probably narrows down to wordpress.
The problems are summarised:
Form textbox width differences between same forms on different sites
Form showing a textbox when typed in but the form in the other site
doesn't
Colour of "submit" button not fully grey when mouse is not hovered
on it -> with some red covering it
The thing is, we don't want the changes to the forms to only affect one page, but want it across the problem site.
Can anyone help to diagnose the problem above? Many thanks!
I am building a webpage using the Themify-Ultra Theme. I have installed a plugin called Ninja Forms to handle a contact form I need installed. The form will not display using the widgit builder but will display using a shortcode inside the editor.
The problem is that I have content that needs to be displayed before my contact form. I cannot figure out a way to make the plugin appear at the bottom of the page. I would work if the form appeared as a widget but it does not. Any help would be appreciated.
I was able to solve my issue. I was able to add the form as a footer widget. Thanks guys.
My issue is I have a drupal site and I am trying to create a Make Payment page. I was able to create the page but the issue I ran into is when I got the code for the button from PayPal and inserted it into the CKEditor. The CKEditor works when I put it in there but it wont publish.
Any tips would be helpful.
You probably have to set the Input Format for that text box to "Full HTML". Otherwise a lot of the HTML tags will be stripped out when it is displayed.