Skip to main content
Participant
September 6, 2010
Question

Can Custom database fields be added wysiwyg html area?

  • September 6, 2010
  • 3 replies
  • 568 views

Hello members

I have a database being built by a coldfusion developer and I had a request which was:

I need to add custom fields into an html wysiwyg area like username, password etc. Which would then be used as an email that gets sent to customers when they subscribe to a website.

The reason the html area is where we need the custom fields, is so we have the ability to change the way the format of all the text appears at will.

I have seen this done with php email systems - just wanted to know if there was a coldfusion equivalent

Eg layout with custom fields

--------------------------------------------------------------

thankyou for signing up {custom_name},

Your user name is {custom_username}

thankyou for registering

--------------------------------------------------------------

My coder said this wasn't possible (He can add the WYSIWYG editor - but can't add the ability to add custom fields), so I was just wondering if anyone out there in the coldfusion community could help out with advise?

Thanks in advance

Karl

    This topic has been closed for replies.

    3 replies

    Participant
    September 7, 2010

    Thanks again for your thoughts

    I have been told he is running Cold fusion 5 using TinyMCE as the WYSIWYG editor

    Is there a module or resource you might be able to point me to so that can have some armour in going back to the developer with?

    regards Karl

    Participant
    September 7, 2010

    Thanks for the response I appreciate it

    After trying to get some more info from the developer he said that placing the subscriber fields into the wywiwyg area wasn't the problem:

    "it is to do with the way the cfmail system works"? Is this any help

    regards Karl

    September 7, 2010

    Well I can assure you cfmail isnt the problem.  All it does is send the characters you tell it to.

    I use it at work to send thousands and thousands of templated emails in english, german and french.  Where all the templates are editable in a CMS.

    So the problem or restriction is somewhere else.

    September 6, 2010

    Hi Karl

    This is quite easily possible in any web technologies in use today, or in the last 10 years.  Either your developer didn't understand your requirements correctly, or they are too lazy to find out how.   There are several ways that something like this could be accomplished, but it depends on exactly what software components you are using.  What version of CF are you using?  What wysiwyg editor are you using?  Is it part of a off the shelve CMS or a custom solution?

    Cheers