Closed (fixed)
Project:
Webform
Version:
6.x-2.7
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2009 at 19:55 UTC
Updated:
10 Jan 2010 at 02:56 UTC
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
Comment #1
s.daniel commentedYou probably want to use cck for your task.
Comment #2
quicksketchThat'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.
Comment #3
quicksketch