function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SaintMichaelSaintMichael 

CMSForce2 form elements

Is it possible to use pick list in CMSForce forms?

Do I need to create some kind of pre-existing component ?

 

I want a drop down list that contains the items from a list in a custom object.

 

How can I achieve this?

Best Answer chosen by Admin (Salesforce Developers) 
SaintMichaelSaintMichael

Sorry about that, it is working.

All Answers

ReidCReidC

If you already have a custom object, and it already has a picklist, you should be able to simply add that to the webform.  Is that not working?

ReidCReidC

Note: It does not support Dependent Picklists.

SaintMichaelSaintMichael

Sorry about that, it is working.

This was selected as the best answer
OmtcNPAOmtcNPA

Hi,

 

I have setup CMSForce2 and it is working great; however, the Web Form I am building references an object with multipicklist fields. It allows me to add these fields to the web form, but when I publish the form it states: "Multipicklist fields not yet supported". 

 

Am I doing something wrong? I can't find any documentation that states that I can't reference multipicklist fields and the userguide even mentions that you can't auto-prefill a multipicklist field, which would tell me that I can include them, just not pre-fill them...

 

Any help would be appreciated!

 

SaintMichaelSaintMichael

I had to edit the code in the package to get it working with multi-picklists.

Contact the head developer, or hit me up for more info.