Link to home
Start Free TrialLog in
Avatar of wishd
wishdFlag for United States of America

asked on

Adding text and pass through to already created document

I have some already created documents.  I need to add text to that documents, specifically a hyperlink with text, something like <a href="http://www.someplace.com" target="_self" title="Need help">Click here for assistance</a>.  Is there any way to do that?  I don't mean adding a field, I just mean adding text, as I will also have to do some styling using a div.  So it would also have to be pass through.  Is there anyway to do this?
ASKER CERTIFIED SOLUTION
Avatar of cohalex
cohalex
Flag of Czechia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of wishd

ASKER

I thought of that, but I need for users to be able to see this link when the document is NOT in edit mode....just displaying.  Since it is not in Edit mode, it can't pull the new text from the form.  I have added it to the form, and any new docs created now will, of course have it.
Avatar of Sjef Bosman
I don't quite understand. Why do you want additional text inside the document, and not in the form?

You could maybe use Computed Text. Or a Computed-for-Display field.
Avatar of wishd

ASKER

No, your first response was correct.  I just wasn't thinking clearly.  If I add the text to the form, open the doc and re-save it, it should add the text to the doc.  My apologies for perhaps wasting your time.  Thank you very much for your help.