< type="text" id="new_planned_fcp" placeholder="Enter new Planned FCP"/> not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 09:01 AM
on the approval summariser I have to make field "Planned FCP" editable.
This value will be stored on the Project Task form "Planned FCP"
The Macro for this is "approval_summarizer_pm_project_task"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 12:13 PM
Hi there @SNOWSBC24
I guess the the syntax you've used is incorrect for creating an input field. Instead of < type="text" id= 'new_planned_fcp' placeholder="Enter new Planned FCP"/>, you should use the proper HTML <input> tag to create an input field. Here's the corrected version of code,
<input type="text" id="new_planned_fcp" placeholder="Enter new Planned FCP"/>
By using the <input> tag with the type="text" attribute, you create a text input field where users can input text data.
If this helps kindly accept the response thanks much.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India