Ask a Question related to Dreamweaver AppDev, Design and Development.
-
davetheNewbie #1
form validation with insert record
Hi everyone, i have implemented a simple form(email, name, nick_name, password)
for inserting a member into a table, i have written some validation to check to
make sure that my email address and nick name are not already in the table.
The validation only works when i dont re-direct the user to another page once
in the insert record behaviour. What i was wondering is how else i could send
the user to another page once the submit button has been pressed.
I need to know this because as with the re-direct after insertion on in the
insert behaviour it seems to bypass the validation that i have written and
nothing seems to get checked. any help would be great
davetheNewbie Guest
-
Insert record from dynamic form problem
XP Pro, CF 6.1(built in webserver), MySQL 4.1.13, DW MX04, I am trying to insert a records from a dynamic form. I created it all in Dreamweaver MX... -
Insert record
Hi all, I'm having a bit of a problem at the moment. I'm basically trying to insert a record to a MS Access database. I'm using dreamweaver MX. What... -
CFFORM Validation trumping Custom Form Validation
Is there any way for custom form validation to work in concert with the cfform validation? I have a custom script that compares the values of two... -
Insert Record (php) - Error, but I have a form on thepage!
I am unable to create an INSERT RECORD behavior for php in DW04 because it says I must have a form. Problem is, I do have a form! I am selecting the... -
How to insert a new record
I am having problems with inserting a new record into access database using the detailsview control, the autonumber of the control does not update... -
Drew #2
Re: form validation with insert record
Depending on how you did your validations, either Javascript or VBscript...
If you used VBScript, you could use a,
Response.Redirect("URL")
Otherwise, someone else will have to help you out..
HTH,
Drew
"davetheNewbie" <webforumsuser@macromedia.com> wrote in message
news:d3j77n$jej$1@forums.macromedia.com...> Hi everyone, i have implemented a simple form(email, name, nick_name,
> password)
> for inserting a member into a table, i have written some validation to
> check to
> make sure that my email address and nick name are not already in the
> table.
> The validation only works when i dont re-direct the user to another page
> once
> in the insert record behaviour. What i was wondering is how else i could
> send
> the user to another page once the submit button has been pressed.
> I need to know this because as with the re-direct after insertion on in
> the
> insert behaviour it seems to bypass the validation that i have written and
> nothing seems to get checked. any help would be great
>
Drew Guest



Reply With Quote

