Click to See Complete Forum and Search --> : Web form to HTML question


jwfrebel
07-20-2007, 12:16 PM
I am looking for some suggestions... I use Netobjects Fusion 9.0 for web development currently.

1) I am looking for a good tool to allow user entry to information on a web site (forms, I guess). I can use 'Forms' in NOF, but was looking to see if there was a better solution.

2) Also, I am looking for an easy to use tool that can take the user input and convert to HTML, giving me options to change font, color, add images, etc. Ideally, the latter would be through some menu/user interface capabilities versus editing the pure HTML. This will be for potential 'non-HTML' experience users

Thanks for any suggestions.

Have a TERRIFIC day! :o

John Ferguson
360-273-0550

ryanbutler
07-20-2007, 02:53 PM
1) I am looking for a good tool to allow user entry to information on a web site (forms, I guess). I can use 'Forms' in NOF, but was looking to see if there was a better solution.

No, unless you're going for a blog type system, which can turn into a spamming nightmare if the appropriate cautions aren't implemented.

2) Also, I am looking for an easy to use tool that can take the user input and convert to HTML, giving me options to change font, color, add images, etc. Ideally, the latter would be through some menu/user interface capabilities versus editing the pure HTML. This will be for potential 'non-HTML' experience users.

Sounds like you want a blog type system. If you're running open source platforms such as Unix and PHP, Google for open source CMS, or look into products such as Word Press.

jwfrebel
07-20-2007, 03:31 PM
Thank you Ryan....