Set value of other field based on value entered in previous

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
mgqz
User
Posts: 88

Set value of other field based on value entered in previous

Post by mgqz »

Hi, I am testing PHPM11 and have a field with the name of the user, I will like to pre-fill another field (ex. company_name) based on the name of the account since most of the cases it will be the same, how can this be done?

It seems default value only works on loading of add value not on the registry form.

thanks..


danielc
User
Posts: 1601

Post by danielc »

Default value work also for register page. If your input is select, make sure you enter the original value rather display value for default value.


Post Reply