pjamal
Member
Posted 3 months ago #
Hey guys!
I am looking to style the form people use to apply for jobs. I am thinking of using the Twitter Bootstrap form style for this. I am having a tough time styling the apply page though. Any help would be greatly appreciated!
Thanks for such a useful plugin!
http://wordpress.org/extend/plugins/job-manager/
I'm not sure exactly what you're after, but if you goto "Job Manager" choose "Display Settings" scroll down to "application form template", there are many options there to change what is displayed by the use of short codes and how it's laid out by your own HTML.
I hope that helps
centralindyweb
Member
Posted 3 months ago #
I have a radio button field. The "Yes" appears to the right of the label, which is correct. However it appears above the label.
The "No" appears to the right of the label which is correct. However it appears below the label.
What do I need to do to get the buttons either side by side or stacked, and next to or directly below the label?
You need to add html along with the shortcodes eg:
will give you a line break (a new line)
Google "html code" and have a play with what you find, alternatively you could use your page/post editor in wordpress to set the layout, switch to html view and then copy and paste this out to your new template.
Just an idea.