By Sylvain ROGER on Tuesday, 22 July 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 600
Votes 0
Hello,

We need to develop a custom field that makes it possible to manage professionnal experiences.


A user should be able to create N job positions in a single field.
A job position is basically made of a title, start and end date, company name and a description.


Is it possible using standard coding guidelines? If so, would you have some hints to provide us with?

Thanks a million.
Sylvain
Hello Sylvain,

You should take a look at our existing custom fields app on how you want to allow this to happen. The idea is probably allow the user to add as many textboxes as they want and upon saving, capture these submitted details. You can give the inputs any name you want and use Joomla's JRequest object to retrieve these values from the post data.
·
Tuesday, 22 July 2014 22:41
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark. Do you have one example of custom field app I can rely on?
·
Tuesday, 22 July 2014 23:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sylvain,

There's tons of custom fields that you can refer to Take a look into /media/com_easysocial/apps/fields/user/
·
Tuesday, 22 July 2014 23:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Mark,

As a matter of fact, I already had checked them before posting. My question is: "Is there a particular existing field that makes it possible to add N inputs?"

Thank you for your time.
·
Wednesday, 23 July 2014 17:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sylvain,

We actually already got a couple of custom fields that allows users to select multiple input. You can take a look at multi textbox field as it allows users to enter multiple textbox fields.
·
Wednesday, 23 July 2014 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post