Hello,
I am a visual basic noob but I think I can get my head around it. I have tried searching google but don't think I am using the right search terms.
I want to create a form that generates source code.
For a simple example the user friendly form will have data entry boxes:
Product name: text box here
Product description: text box here
The output of the form will be:
<h4>Product name text here</h4>
<p>Product description text here</p>
The heading titles such as h4 will be set and won't need to be changed by the user. After the source code is generated the user can copy and paste it into where it needs to be.
Can someone please help me with how to go about this? I assume it is possible?