Technical support This forum is closed.
Version 1.x > Technical support > Change text of Bizform button from Ok to Submit View modes: 
User avatar
Member
Member
Bipul Dobhal - 9/22/2006 8:16:53 AM
   
Change text of Bizform button from Ok to Submit
Hi,

I m using bizform in white papers where the ok button is displaying. Is there any option to change the text of the button from OK to Submit ?


Thanks,
Bipul

User avatar
Guest
admin - 9/25/2006 6:12:24 PM
   
Re: Change text of Bizform button from Ok to Submit
You need to use code like this in your page_load method:

Bizform1.BasicForm.btnOK.Text = "Submit";

Best Regards,