How can I prepopulate an html field with a table?

frappe
Kilo Expert

On my change management form I would like to pre-populate an HTML field with a table I want my users to fill out.  

For example I have a "What are the risks?" field that is HTML.

When a user creates a change request I want this field to come pre-populated with a table to make it easier for the user to enter information.

Risk
Likelihood is will occur (High, Medium, Low)
Mitigation

What's the best way to achieve this?

1 ACCEPTED SOLUTION

Doh, I tried that first and thought I could just copy and paste my table since it was an HTML field.     I converted my table to html and then added it and life is good, thank you for the quick response.


View solution in original post

5 REPLIES 5

sachin312
Giga Expert

Any idea how to achieve same functionality with macro variable(catalog table variable)?