Increase Time in 8 hours Intervals

[ad_1]

Hello @graicifyd

You can insert an “HTML Content” field in the form, and enter the following piece of code as its content:

<script>
fbuilderjQuery(document).one('formReady', function () {
    getField('fieldname2').setVal(GETDATETIMESTRING(DATETIMESUM(getField('fieldname1').val(true, true), 'mm/dd/yyyy hh:ii', 8, 'h'), 'mm/dd/yyyy hh:ii'));
});
</script>

Note I assumed the date/time format of your fields is mm/dd/yyyy hh:ii

Best regards.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer