alinulms
alinulms

Reputation: 519

What is the Localized parameters for in a WFFM custom save action?

The question speaks for itself. i cannot find any reason why you would have a localized parameter in a custom save action. Does anyone have an example on where that is being used?

Upvotes: 3

Views: 1334

Answers (2)

Martin
Martin

Reputation: 21

Have a look at this for some examples:
https://doc.sitecore.net/web_forms_for_marketers/81/working_with_actions_and_validations/fields/create_a_custom_field_type

The basic idea is to give you an option to have localized (in different languages) forms. That means you can have either localized Titles of your WFFM forms or the default values for the fields.

Does that make sense?

Upvotes: -1

Vlad Iobagiu
Vlad Iobagiu

Reputation: 4118

A save action item contains folowing configuration fields:

enter image description here

More informations you can find here: https://doc.sitecore.net/web_forms_for_marketers/working_with_actions_and_validations/the_save_action_item_fields

An example how to use it : https://doc.sitecore.net/web_forms_for_marketers/working_with_actions_and_validations/create_a_new_save_action but it's not the best example.

Upvotes: 1

Related Questions