Jump to content

Converting a formula to a static entry


sholladay

Recommended Posts

Hello, any advise on how to structure the script on this?

Working in formsite.com. Using Custom Script options.

 

I pipe in data from other areas of the form with a 'formula' of sorts (sorry my only real experience is excel, and I don't know this lingo). Once that information is sent over, I want it to stay that information, not change as the formula does.

 

Example:
I have one field that tells me the time/date of NOW. Once that is filled in, I want the time to send to another field and stay put. I can 'pipe' it in, but if the form is accessed again, that time then changes to the current NOW...instead of the old now.

 

 

Link to comment
Share on other sites

That's how Javascript works, it only executes in the browser. If you want to save information on a server then you need to use something like a database and a server-side language like PHP to save and load the data in the database.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...