User create and update custom information

Guido Paolano asked on October 12, 2017 22:36

I believe this should be very straight-forward, but I am having a difficult time finding it. I would like users to be able to add/edit information about their company on the website. I can have them add the info with a form, but I am having trouble finding the Kentico way to edit the info.

I'm using Kentico 10.

Correct Answer

Roman Hutnyk answered on October 13, 2017 07:46

If you're already using forms to capture information you could customize online form web part to make it capture record id from query string for example and pass it to cms:BizForm ItemID field - so bizform will load the record.

Is is possible to achieve desired behavior with page types and user contribution.

There is web part in Kentico marketplace that will do what you need for the custom table.

Also you could implement front end with javascript and use Kentico REST service for getting/inserting/updating data.

Hope that helps.

2 votesVote for this answer Unmark Correct answer

Recent Answers


Guido Paolano answered on October 13, 2017 16:13

Thank you very much Roman! The webpart in the marketplace will work well.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.