alwinoei Posted February 22, 2017 Report Share Posted February 22, 2017 In Caspio when I do a preview (see right photo), the form i designed looks just fine, and without lines. After deploying the data in Wordpress (see left photo), the layout is completely different with lines etc. and very much not ok. How to get the exact layout as seen in Caspio preview, so without lines etc. Current Wordpress version: 4.7.2 (the latest) Plugin: Custom Database Applications by Caspio version 2.0 What to do? Quote Link to comment Share on other sites More sharing options...
0 Mathilda Posted February 24, 2017 Report Share Posted February 24, 2017 On 2/22/2017 at 2:25 PM, alwinoei said: In Caspio when I do a preview (see right photo), the form i designed looks just fine, and without lines. After deploying the data in Wordpress (see left photo), the layout is completely different with lines etc. and very much not ok. How to get the exact layout as seen in Caspio preview, so without lines etc. Current Wordpress version: 4.7.2 (the latest) Plugin: Custom Database Applications by Caspio version 2.0 What to do? Hi, Style of the theme in site builder overwrite Caspio style, since you embed datapage on a webpage and elements of the datapage inherit style attributes from site builder. The workaround is to deploy the datapage in iframe (not the best option if you pass parameres or redirect user after submission). Another option - editing style attributes of theme and removing or editing those attributes which overwrite caspio style. It easily can be found using developer tools in your browser (hit F12 to call dev.tool) To remove borders, insert the following code in the header of the datapage: <style> #caspioform tr { border: none !important; } #caspioform td { border: none !important; } </style> Quote Link to comment Share on other sites More sharing options...
0 alwinoei Posted February 25, 2017 Author Report Share Posted February 25, 2017 I have now successfully implemented the form in Wordpress, but around the complete form there's border, that I did not configure. How to het rid of this border? Quote Link to comment Share on other sites More sharing options...
0 Mathilda Posted February 27, 2017 Report Share Posted February 27, 2017 On 2/25/2017 at 6:51 AM, alwinoei said: I have now successfully implemented the form in Wordpress, but around the complete form there's border, that I did not configure. How to het rid of this border? Send me the URL in personal messages and I let you know which attribute you should edit Quote Link to comment Share on other sites More sharing options...
0 alwinoei Posted May 19, 2017 Author Report Share Posted May 19, 2017 Lines are gone now. As I don't know about CSS programming, how to get rid of all the spaces between fields? Quote Link to comment Share on other sites More sharing options...
Question
alwinoei
In Caspio when I do a preview (see right photo), the form i designed looks just fine, and without lines.
After deploying the data in Wordpress (see left photo), the layout is completely different with lines etc. and very much not ok.
How to get the exact layout as seen in Caspio preview, so without lines etc.
Current Wordpress version: 4.7.2 (the latest)
Plugin: Custom Database Applications by Caspio version 2.0
What to do?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.