Form_CustomValidate server event if statement call the javascript

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
alivepro
User
Posts: 6

Form_CustomValidate server event if statement call the javascript

Post by alivepro »

Hi,

How Form_CustomValidate server event if statement call the javascript ?


arbei
User
Posts: 9384

Post by arbei »

Form_CustomValidate server event is executed on the server side after the form is submitted, you cannot call JavaScript. You may use the client side Form_CustomValidate event instead.


Post Reply