1
votes

I have a situation where I require users to view a different depending on the information they wish to submit. I would like to have the following dropdown

Type of submission Type A Type B

Depending on the selection, the user is then presented with the corresponding submissions form. Is this at all possible?

Thanks, CL

1
Could you clarify your question? Do I understand you correctly that you want to have a dropdown list and depending on its choice you want to call a different form (of type A or B)?Dennis G

1 Answers

2
votes

It is possible if you use content types. Each content type may use a subset of list fields and also each content type can be bound a different new/edit form.

See this for more detailed reference.