Change the Ribbon of a RTE field in the Send Mail action for Webforms for Marketeers - sitecore

I want to change to Ribbon of the RTE Field which is shown in the send mail action on a webforms form. I found an item in the core database /sitecore/system/Settings/Html Editor Profiles/Rich Text Mail, but this profile doesn't seem to be used for the send mail action. I also found (using fiddler) that the following xml control is used: Sendmail.Editor but don't know if this has something to do with the ribbon.
Basicly I want to be able to offer our customer more functionality in the RTE field of the send mail action and don't know how this is done.
using:
[assembly: AssemblyDescription("Sitecore Web Forms for Marketers Library")]
[assembly: AssemblyFileVersion("2.1.0.3458")]
[assembly: AssemblyInformationalVersion("2.1.0 rev. 100920")]

You can update the RTE profile that is used for any RTE field by specifying the path of the profile in the source field of the template.

Related

How to hide fields on registration form of Dynamics Portal

I need to hide Email on dynamics portal registration form. As highlighted below. I couldn't find any possibility of achieving this. So please help me to hide or at least make the Email disable?
You have to write Javascript to hide/disable the Email field, as there is no OOB way to configure/customize their registration/sign form. This thread and blogger explains about it. It is basically DOM manipulation.
Create a Content Snippet record (Portal > Content Snippet >New) with
below details:
Name : Account/Register/PageCopy
Website :
Type : Html
Value: write your own HTML/DOM/JQuery code to add your custom controls
and perform validations.
From this community thread, you can hide the Azure AD option by following this step:
for hiding azure you can change a settings under the "Portal Settings"
entity
Change the record: Authentication/Registration/AzureADLoginEnabled
value to False

Sitecore Settings With Page Editor

I have Site settings item for my site, and i have field there for logo, in my code i am using Sitecore Field to display this field on my pages. and from experience editor it can be editable, but when i change the logo and publish the current item from experience editor (ex: home page), all items related to the page is published except the logo. I have to go to Site settings item from content editor and publish it. any idea how i can publish it from experience editor (Logo or any fields in Site Settings)
Normally, logo is a field on the home item you don't change it every day.
In your case you can publish your logo using edit related item and publish that item.
Please check below picture:

Sitecore Web Form for Marketers - create a cookie

This is a two part question.
Using Web Forms for Marketers 2.3:
Is it possible to have a cookie be created on successful submission?
Without actually exporting the ascx file, would like to keep it in Sitecore.
Second question, would it be better to have a content editor choose which item has the form or would it be better/easier to have a dropdown to pick which form is needed and then have the code determine which form to show.
Thank for any insight!!!
For the First question,
If you have Sitecore DMS, on a successful submission there is an event, and a Goal maybe you can use that, insteed of a cookie.
See https://doc.sitecore.net/sitecore%20experience%20platform/personalization/walkthrough%20personalizing%20components for using it with personalization rules the picturs are for Sitecore 8 but basically the same for Sitecore 6.5+
Programmatically you can use the Analytics API, see https://sdn.sitecore.net/upload/sitecore6/65/engagement_analytics_api_cookbook_sc65-a4.pdf for Sitecore 6. The API has changed considerably with Sitecore 7.5.
An alternative is to set the cookie on the Success page.
you can have a Success page, or a Success message in WFFM. for a message use something like this:
Thanks <script>document.cookie="formsuccess=ok";</script>

Sitecore webform for marketer posting submit action to layout instead of an item

We have setup a webform using webform for marketer module in sitecore.
Using this module, we are creating web forms where users can fill details and submit the form. On submit, we can do actions such as storing in database, send email etc.
Now we were able to creat such form using webform for marketer module in sitecore. Now the problem is when user fill the form and hit submit button, instead of posting this action to the page, request is getting redirected to layout in sitecore. This is a same layout we are using to resolve the page on backend.
I have found solution on this link.
http://sdn.sitecore.net/SDN5/Forum/ShowPost.aspx?postid=37264
For some reason App_Browser folder was missing from site. Once i put that folder in. It started working.
Also, i was reading on sitecore sdn site that, in 6.4.1 version, they are removing need for App_Browser

Sitecore (6.4.1) workbox link

I'm using Sitecore version 6.4.1
I have a scheduled task that sends notification mail to content approver and I want to provide a url link to Workbox in the email. Could someone tell me how the workbox URL looks.
You can login to Sitecore backend in Content Editor mode, and switch the bottom tab to Workbox. The URL string in the browser will change to what you need.
It contains a number of query string parameters. You can play with them finding out how each combination influences the Workbox appearance.