This topic is locked

Dynamic Custom Fields

6/22/2013 6:13:18 AM
PHPRunner General questions
khalil author

Hey guys!

I'm trying to figure out the best way to add a dynamic_fields table, where the admin can add records to it, and those records can be used in the users profile.
I'll describe the process:
The user profile has: username, password, email, name

The admin can add fields to it from the admin area, so probably add Interests, Location, etc...
Thanks for the help in advance! <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=21138&image=1&table=forumtopics' class='bbc_emoticon' alt=':)' />

C
cgphp 6/22/2013

The code generated by PHPrunner will not see dynamic fields. You have to code a PHP script that fetches new fields from database and adds them dinamically to the page. This article is a good starting point: http://xlinesoft.com/phprunner/docs/add_custom_field_to_form.htm

khalil author 6/22/2013

Thank you Cristian Gilè!

I can't believe how helpful you are on these forums!
Will check the link, thank you <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=71278&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />