I am trying to create a form where users can fill it and then Display all the records(or submissions) on a page where the user can EDIT OR DELETE particular records. I created a form and when i tried to display the submissions as a view, I cant access the webform fields while creating a view!!
Also when I use a drop down menu to display options in the form, its showing the html tags as well. For example if I want to display options
RC100
RC101
its showing as

p RC100 /p

p RC101 /p something like that with a <> around them

I am using FCKEditor. I tried both Filtered html and Full html but no change!! Kindly help me out

Comments

s.daniel’s picture

You probably want to use cck for your task.

quicksketch’s picture

Title: html format problem!! » How to show submission in a view
Category: task » support
Priority: Critical » Normal

That's right, generally Webform is meant to be a "many-to-few" communications mechanism. It's not meant to restrict access to edit/delete only certain records. Views support is currently being added to the 3.x version, but it is not yet finished.

Please do not bundle multiple questions into a single request. Your second question can be answered by looking at this issue #199375: FCK/tinyMCE Break Select Options/Values not showing.

quicksketch’s picture

Status: Active » Closed (fixed)