Dhaivat Pandya
Dhaivat Pandya

Reputation: 6536

What's the best way to do this? Wordpress, pages, or plugin

I need to write a page which allows a user to select price packages, and then the package selected's details are sent to the user's email (which is specified in a textbox), how would I do this, with a page template, or a plugin?

I don't have much experience with Wordpress, so details would be good

Upvotes: 0

Views: 42

Answers (2)

Sparkup
Sparkup

Reputation: 3754

Well a plug-in is a small program, or combination of programs, that sits on top of your WordPress installation and increases the functionality of your website in some way.

You say "I need to write a page which allows a user to select price packages". It sounds more like a contact form to me.

If you think you can write the script yourself, I would use a page dedicated to this purpose.

If not wordpress has some great contact form plugins, but they may not meet your exact demands. Here is an example of such a plugin.

Upvotes: 1

ariefbayu
ariefbayu

Reputation: 21979

I believe cforms II will do your requirement(s).

Upvotes: 0

Related Questions