Recent searches


No recent searches

Mike Zimmer's Avatar

Mike Zimmer

Joined Apr 16, 2021

·

Last activity Oct 27, 2021

Following

0

Followers

0

Total activity

3

Votes

0

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Mike Zimmer

Mike Zimmer commented,

Community comment Q&A - Objects, workspaces, and rules

I am not a programmer, so I'd like to ask for some help in the community. I tried using the code snip that Kristin posted 3 years ago, but it is not working for me. I copied it below and adapted to one form only:

//Form Submit
$(document).submit(function() {
//set a string to equal the custom field value
var subjectstring1 = $("#request_custom_fields_360026456434").val();
//set subject to equal a string including field value string
$('#request_subject').val("Request Received From " + subjectstring1);
});
//End Form Submit

In the past few years, has the format changed? Can you see anything wrong with this code?

View comment · Posted Jan 21, 2020 · Mike Zimmer

0

Followers

0

Votes

0

Comments