Stump the Panel » jQuery for Everyone

Comment/Suggestion Box

(4 posts)

Tags:

  1. This may be an easy question but here it is, “I created a Employee Comment/Suggestion Box on a site. I would like all the answers to go to a site that only the Department/Section Chief can read. I put a text box and two buttons (Submit Query and Reset). Here is the code; I just can’t remember the code to have the Submit button to work.” Hope someone can help
    <center><table>
    <tr>
    <td><font color="blue"><b>Employee Comment/Suggestion Box:</b></font></td>
    </tr>
    <tr>
    <td><textarea name="comments" rows="5" cols="80" id="comments"></textarea></td>
    </tr>
    <tr>

    <td><font color="blue"><b>
    (Note: All comments and/or suggestions will be reviewed by the Chief, DOCN)
    </b></font></td>

    </tr>

    <tr>
    <td><input type="submit" /><input type="reset" /></td>
    </tr>

    </table></center>

    Posted 3 days ago #
  2. sasha
    Member

    Might be simpler to make a list, have this event be added to the list through the built-in feature. Then target audience the chief.

    Posted 3 days ago #
  3. That is my problem, I can't remember how to do it. :(

    Posted 3 days ago #
  4. sasha
    Member

    1) Log in as admin
    2) Site actions
    3) View All Site Content
    4) Create
    5) Custom List
    6) Configure List
    7) insert the list into a page by adding it as a web part
    8) when editing the properties (height, width) of the web part go to advanced tab and target audience
    9) validate chief's user id (highly recommend to create a group and target that group - this will allow you to easily update access to your "next chief" in the future)

    Posted 3 days ago #

RSS feed for this topic

Reply

You must log in to post.