While looking around at the CF output to determine my angle of approach to build a new screen I came across some code:
What I am doing it building a time entry system that will list and allow record detail update/editing all from a single page but before I proceed I was wondering what these two lines in the <form> are.
I will be using a semi JS/Ajax approach for changing and updating records while dynamically editing the value of <input type="hidden" name="cf_id" value="1" /> to ensure that the correct record it being modified. But I was wondering what the purpose of the above fields were and if they would have an adverse effect on my form creation.
Thanks!
- Eric
<input type="hidden" name="5ee48a2ecc79fd1c704ca8626b077075" value="1" />
<input type="hidden" name="1cf1" value="38359a4ad70f3e71e3ec2d47dfca7569" />
What I am doing it building a time entry system that will list and allow record detail update/editing all from a single page but before I proceed I was wondering what these two lines in the <form> are.
I will be using a semi JS/Ajax approach for changing and updating records while dynamically editing the value of <input type="hidden" name="cf_id" value="1" /> to ensure that the correct record it being modified. But I was wondering what the purpose of the above fields were and if they would have an adverse effect on my form creation.
Thanks!
- Eric