I need to create a site with a job description builder tool.
There would be a long list of possible attribute. Visitors would select (by checkbox?) from among that list, type a job title into a field and press go. They would then see a page with only the selected attributes and the title, ready to print, or copy and paste.
At this point there would be no need to have a log in or save these details until later.
Can this be done without me getting involved in javascript/php etc? Can I use an existing shopping cart tool or something similar? I haven’t used CMS before, but could that help, as it is also something the client may want.
I’m not aware of any free or paid tool that you could use to do this.
It’s not an overwhelming amount of coding to do yourself, but it is
coding nonetheless. Something like this could be done in JavaScript on
the browser, or PHP (or pretty much any server-side language) on the
server.
Walter
On Jul 15, 2009, at 6:34 AM, jeffstewart wrote:
I need to create a site with a job description builder tool.
There would be a long list of possible attribute. Visitors would
select (by checkbox?) from among that list, type a job title into a
field and press go.
I came across this on a site I’ve been following every now and then. It’s a paid tutorial, but it could create some leads into what you’d need to look into.