I have one issue in Toolset post form one of my post form have mail notification when submit form in that notification i want to change From name with Shortcode set in From name but it is not working.
I receive notification with shortcode instead of shortcode value.
I'm afraid that there isn't such a built-in feature within Toolset Forms plugin, it needs custom code, you can use filter hook "cred_mail_header" to trigger a custom PHP function, and change the mail from name to what you want. For example:
there is a Toolset form(ID: 123) sending the email notification, and you are going to change the email from name to custom field "customer-name", this custom field is created with Types plugin.