**# There are two biz forms in my site.. after submitting both success messages are "Your changs were saved." But i need to change this text in one biz form to "You are successfully registered" .. ** #
HOw can i do that?
Please give an code to do that..
Thank you!!!
You can change the message displayed after submission using the Display text property in your form's properties.
To do this in code, set the BizFormInfo.FormDisplayText property, then call BizFormInfoProvider.SetBizFormInfo().
BizFormInfo.FormDisplayText
tahts not what i expect. BizFormInfo.FormDisplayText property hide the form section and gives the message.. I need form section and the customized message
Hi Ranjitha,
You can set you customized text under CMS DESK > Forms > your form > General Tab > Form setting
Best Regards! Ashish Narnoli
Please, sign in to be able to submit a new answer.