SilverStripe 3.3+
The above image shows the field in both its appending and prepending forms
Originally inspired by Cpanel's database fields and bootstrap's input groups, this module adds a new form field type to silverstripe called PrependAppendField. This field type is a subclass of the TextField class with the addition of prepending and appending functionality (+ basic validation). This added functionality allows for a very simple way of appending or prepending strings onto user input and storing it in the database.
Currently this module is not in packagist.org and therefor you will have to install it manually. See here for more info
See the wiki for more information about configuring the module.
If you are in need of support, or wish to ask us a question, please create an issue here, and we will do our best to assist you.
Note: Please make sure to format the title of your issue in the following manner: [Support] Title of your question or issue
. This will help us to seperate bugs and feature requests from support issues.