Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8104583
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:53:27+00:00 2026-06-05T23:53:27+00:00

Using ColdFusion 8 I usually escape all my form inputs like so: <input id=foo

  • 0

Using ColdFusion 8 I usually escape all my form inputs like so:

<input id="foo" value="#XMLFormat(trim( form_name.param_name ))#" />

So how about hidden inputs? Should these also be escaped? I haven’t tried, but I could very well pull a hidden input up in Firebug, enter whatever and try to submit, can I?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T23:53:28+00:00Added an answer on June 5, 2026 at 11:53 pm

    The goal of escaping in this case is to keep the HTML well formed so yes – hidden vars need to be escaped (or encoded) as well. I usually use urlencodedformat() for this. Consider what would happen if the value you were placing in the hidden var were a variable like this:

    <cfset form.fullname= 'Bob "the tiger" Johnson'/>
    
    <input type="hidden" name="fullname" value="#form.fullname#"/>
    

    The output would actually look like this:

    <input type="hidden" name="fullname" value="Bob "the Tiger" Johnson"/>
    

    This would mean your hidden var would come through as “Bob ” … and the rest would be lost. The situation might get worse if any part of your strings contain HTML or slashes or angle brackets.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using ColdFusion 8. Doing something like this: <cfheader name=content-disposition value=attachment; filename=abc.xlsx> <cfcontent
Is there a way to access the windows registry system using coldfusion. Something like
I'm using coldfusion to insert the contents of a struct (key-value pairs) into a
I have an old CMS I built using Coldfusion. I would like to get
I am using ColdFusion to encrypt and decrypt. I have variable active with a
We are using ColdFusion MX7. The CFDOCUMENT tag uses iText for the PDF creation
I'm using coldfusion 9 and I'm trying to grab a file from an ftp
I'm using Coldfusion ORM (Hibernate), and have a cfc mapped to a database table.
I’m using Coldfusion MX 8. I recently had a situation where variables seem to
I am using ColdFusion 8 and jQuery 1.7. ** This is a programming question,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.