http://beasiswadataprint.com/formulir/
in deskstop version, there is submit button, but not in mobile web.
You do not use a current version of my cformsII fork, but a very old version by dlicious:days, which has known security issues that can cause your site being hacked. Please update to version 14.12.3 and check again if that button is missing.
I’ve changed the plugin but in mobile web that submit button still missing.
HI,
It is a styling issue please add this to your CSS file (syle.css) and then it will be ok 🙂
//————-code———–
p.cf-sb {
text-align: left !important;
}
//————–End Code——
I am not a techie user. I add that code in my themes (is it correct?) but the button still missing. where should I add that code?
Okay, to explain it: the button is shifted right out of the screen and overlayed by the elements there, because the overall form width is a fixed size. @shahidlatif1974’s suggestion should work, but you pasted to supposed-to-be comment lines (containing “code”) in your file. Please leave them out as this is not legal CSS.