Form Editing Error
Hi,
I have created a form with all the requirements, upon hitting the edit link, the form is redirecting to the correct page, but, it is showing all the active entries in the table, rather than just the entry to be edited. I have tried using a cfif with entryid as an argument, without effecting the output.
<cfif entryid EQ #entryid#>
I have used the following format:
<cfinclude tags>
<cfquery to query the tablein the database>
<form to show the user same form used to enter the information>
<cfquery with update and set statements>
<some form validations>
Please help. Thanks in advance,
Vijayvijay77.
