Plumsail Forms Fill Date Field

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
kkreitzer
Posts: 2
Joined: Thu May 04, 2017

02 Nov 2018

Hello!

I am using Plumsail Forms 1.2.2 to create a public web form that feeds into flow. I am trying to fill a DateTime field automatically with the current date/time, but I have had no success. I have tried following the other topics in the forum, but it seems that nothing will work. Is the process different in Plumsail Forms compared to Forms Designer?

Thanks for the help!
~Kayne

User avatar
AlexZver
Posts: 232
Joined: Mon Aug 27, 2018

05 Nov 2018

Hi Kayne,

Please, use  this forum for Plumsail Forms instead next time, it will make it easier for you and others when looking for answers.

Did you try this code to populate the DateTime field?

Code: Select all

fd.rendered(function(){
   fd.field("DateTimeInternalName").value = new Date();   
});

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 24 guests