This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
The dollar field works but the cursor doesn't show
Started 15 years ago by hrwill | 3 posts |
-
The dollar field works but the cursor doesn't show in the field. With no cursor people thinka the form is not working and leave my site. Is they something I can do to get the cursor to show in this dollar field?
Posted 15 years ago # -
This seems to be a problem happened in IE only.
To fix it, edit your form CSS, search for this:#main_body input.currency { text-align:right; }
change it to become:
#main_body input.currency { text-align:right; padding-right:3px; }
MachForm Founder
Posted 15 years ago # -
Thanks. That fixed it.
Posted 15 years ago #
Reply
You must log in to post.