Welcome Guest, Not a member yet? Register   Sign In
Pre-populate update form with data from the database
#3

The set_value() helper function needs the field name as the first parameter, followed by the default value.
In your case:
PHP Code:
set_value('first_name'$customer->first_name
Reply


Messages In This Thread
RE: Pre-populate update form with data from the database - by Wouter60 - 08-10-2017, 11:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB