TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Nagarajan Elumalai
NA
181
23.4k
Edit Form keep the saved value in Radio button group
Apr 27 2019 8:06 AM
<div class="radio-button-wrap">
<p>
<input type="radio" id="Policy" name="radio-group">
<label for="Policy">Policy</label>
</p>
<p>
<input type="radio" id="Coding-Update" name="radio-group">
<label for="Coding-Update">Coding Update</label>
</p>
<p>
<input type="radio" id="New-Flash" name="radio-group">
<label for="New-Flash">New FLASH</label>
</p>
</div>
I already saved Policy as a value in Single of text in sharepoint column. Now am retrieving the same value in edit form(Custom HTML) using pnp js.
Could you please tell me how to retrive in the edit form.
Reply
Answers (
2
)
Convert [object(array)] in JSON
Inject custom CSS in Modern Site Pages using SPFx Extensions