repeating the same thing in design mode

N

Nondisclosure007

Hello all.

I have a very long form (17 pages to be exact) that I am creating. I
find myself doing the same thing over and over again. That is putting
a dropdown list control on the form, setting up the 3 values for it.
Each and every time. Can't I create a custom control based on the
dropdown list that has the settings I use all the time for the drop
down list already? So I can just 'drop' and move on to the next?

Thanks a bunch!
-Michael
 
S

SSA

If I understood your question correctly, then you can do the following:

Create a template part with a drop down in it and add the default three
values, that you want to be included, in the drop down list. Use this
template part in your form where ever you want.
 
K

K.Ramana Reddy(GGK Tech)

Hi,

If you are using infopath 2007 only you can able to use template parts.
Templates feature is available only in infopath 2007.
 
Top