Hey, To start; I know very little about writing code, however I could manage to decipher existing script to an extent (and adjust fields to suite my needs assuming the fields are straight forward)
I have built a library using the basic built in functions, however there are some things I wish to modify to streamline things.
My library is to document and keep track of a large estate of items I intend to sell. Categorizing the various attributes of each item (item name, model number, brand, year, condition, category, dimensions, storage Box #, ......), which I can do using the built in fields with ease.
What I'm looking to do now is compile the information in an entry (text boxes, or multiple-choice lists) into a rich-text box "Item Description" on the third page of an entry for simple copy/paste purposes to post my items for sale (item name, model number, brand, year, condition, storage box #...) all automatically entered into the top of the Item Description rich-text box from their fields). If a field is left empty, I don't want the field name to be visible (skip if empty).
I already have an HTML script (generated online using a rich-text to HTML editor) that applies a 'signature' to every entry. I would like this to remain at the bottom of the Item Description box (I would like the transferred information from the fields to be at the top lines of the Item Description (rich-text) box).
Something similar to this is what I'm looking to achieve:
----------------------------------------------------------------------------
Item Name: ABC WXYZ
Model number: 123456
Brand: Def Ghi inc.
Year: 1999
Condition: New - sealed
Category: CollectiblesDimensions (cm): 12 x 34 x 56
Storage box: AZ-19
<detailed description manually added in this space after>
Signature
----------------------------------------------------------------------------
Thank you for any assistance you can provide to this newbie.