Hello MichaelH,
Thanks for the tip.
But the site in question is indeed self- hosted (GoDaddy).
I do have another WordPress site, for which I have posted a couple of questions in the .com forum.
To reiterate, I need to incorporate the following functionality on a page from my self-hosted site:
• I use my WordPress account more as a website than a blog. I chose WordPress for the ease with which it allowed me to manage my content.
• The audience of this website is my family & friends.
• Most of the pages are static.
• Now I want to create a page that will have Entry fields, drop-downs & rich-text boxes. Users will specify values in them & click Save. These need to be saved within my DB for later use.
Can I create such a page?
From whatever information that I gleaned from the Codex, I have understood is that I would have to create a HTML template (with these fields) & apply it to the specific page.
If I do that, how will these entry fields be mapped to database columns?
Is there an easy way to do it?