...
> Hi,
> I have created a custom list based on a custom content type.
> Custom content type has several fields, in which 2 r required, and
> rest 2 are hidden fields.
> So I want to assign some value to those hidden fields according to
> value entered by user in newform.aspx while creating item for that
> custom list.
> In newform.aspx, according to my requirement, only 2 fields are
> available for user. Based on those values, i want to do some
> validation and then want to assign some values to HIDDEN fields before
> creating ITEM.
> please let me know how it can be done.
> Thanks and Regards,
> Abhi