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

  • Home
  • SEARCH
  • 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 7804703
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:00:16+00:00 2026-06-02T02:00:16+00:00

In coldfusion, in the hidden values of a form I get two values: <input

  • 0

In coldfusion, in the hidden values of a form I get two values:

            <input type="hidden" name="EST_VAL" value="#EST_VAL#" />
            <input type="hidden" name="DOWN_PMT" value="#DOWN_PMT#" />

I need to find the value of EST_VAL subtracted from DOWN_PMT and assign it to this value:

            <input type="hidden" name="LOAN_VAL" value="#LOAN_VAL#" />

I know how to do this in PHP, but I’m not sure if I should use a cfset, or cffunction in coldfusion.

  • 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-02T02:00:18+00:00Added an answer on June 2, 2026 at 2:00 am

    CFSET should be all you need for this. Without seeing the other code in this file/script, a simple approach/solution would entail the following:

    <cfset LOAN_VAL = EST_VAL - DOWN_PMT />
    

    That would then output the value of the LOAN_VAL variable in the hidden field tag you note in your original post.

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

Sidebar

Related Questions

I happened to write this: <input type=hdnStatus name=hidden value=1 /> Instead of: <input type=hidden
In ColdFusion, if you want to reference <cfargument name=x> then you say: arguments.x In
I have a ColdFusion function foo which takes three args, and the second two
I have a form in HTML with multiple inputs of type submit: <form id
In Coldfusion / CFML I need to convert 0.85035035035 to 85%. I looked at
coldfusion.compiler.FactoredNodeAggregation cannot be cast to coldfusion.compiler.ASTfunctionDefinition I get the above error when attempting to
I setup two arrays: 1) the class names and the value names 2) the
ColdFusion 8 This is as simple pseudo-code as there can be: <cffunction name=badJSON access=remote
I am using ColdFusion 8.0.1 and jQuery 1.4.3 I am passing values to a
In ColdFusion, the arrayAppend() function takes an array and an item to be appended.

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.