change biz form "Your changs were saved." message

rajitha somarathna asked on April 30, 2014 00:39

**# 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!!!

Recent Answers


David Stula answered on April 30, 2014 01:37

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().

1 votesVote for this answer Mark as a Correct answer

rajitha somarathna answered on April 30, 2014 03:11

tahts not what i expect. BizFormInfo.FormDisplayText property hide the form section and gives the message.. I need form section and the customized message

0 votesVote for this answer Mark as a Correct answer

Ashish Narnoli answered on April 30, 2014 04:58

Hi Ranjitha,

You can set you customized text under CMS DESK > Forms > your form > General Tab > Form setting

Sample

Best Regards! Ashish Narnoli

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.