# Little Helper Custom Plugin that creates a new custom field

**URL:** https://forum.mautic.org/t/little-helper-custom-plugin-that-creates-a-new-custom-field/14005
**Category:** Development
**Created:** [April 22, 2020, 9:04am UTC](https://forum.mautic.org/t/little-helper-custom-plugin-that-creates-a-new-custom-field/14005 "2020-04-22T09:04:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![alexhammer](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/alexhammer/32/14525_2.png) [@alexhammer](https://forum.mautic.org/u/alexhammer)
#### Post date: [April 22, 2020, 9:04am UTC](https://forum.mautic.org/t/little-helper-custom-plugin-that-creates-a-new-custom-field/14005/1 "2020-04-22T09:04:01Z")

</div>

Hi guys,  
To start coding in Mautic for myself, I want to make a small custom plugin.  
It should do:  
Fetching the value of two custom fields after form submission and putting the data together into one new custom field.

Like that:  
1.Form gets submitted via website  
2.Data:  
Field One:  
Type: Time  
Value: hh:mm:ss

Field Two:  
Type: Date  
Value: yyyy-mm-dd

From there the plugin should get these two values and combine it into a new date/time type custom field with a value “yyyy-mm-dd hh:mm:ss”

any suggestions how to begin?

I would appreciate any ideas or hints whats needed in terms of services/events/mautic coding related stuff. It is really hard to get going only with the documentation.
