Add Edit Button and Make Field Editable by Vistor
-
I need to add an edit button for visitors. They need to be able to edit only 1 field. Also I’d like to make the field either a drop down or an editable field. Also make the first 2 fields read only.
For Example:
———————————–
| Frist Name | Last Name | Yes/No | *Header*
|————|———–|——————-|
| John | Smith | Editable (Yes/No) | *Edit Button*
|————|———–|——————-|
| Adam | Smith | Drop-Down (Yes/No)| *Edit Button*Another example is here:
https://www.datatables.net/blog/Inline_editingI need visitors to be able to edit the (Yes/No) column without creating an account.
I’ve tried:
<select>
<option>Yes</option>
<option>No</option>
</select>
The Drop down shows up but it doesn’t save.
- The topic ‘Add Edit Button and Make Field Editable by Vistor’ is closed to new replies.