Accounts Payable/Receivable Contact Form
| Name: |
|
|
| Title: |
|
|
| Company: |
|
|
| Address: |
|
|
| Email Address: |
|
|
| Telephone: |
|
|
| Fax: |
|
|
| City of Racine Account Number: |
| (If known) |
|
|
| Invoice Number: |
|
|
| Message: |
|
|
| |
|
|
Ektron.ready(function(event, eventName){
if($ektron(‘#aspnetForm_sessionId’).length == 0) $ektron(”).appendTo(‘#aspnetForm’);
});
Ektron.ready(function(event, eventName){
var settings =
{ srcPath: “/WorkArea/ContentDesigner/”
, skinPath: “/WorkArea/csslib/ContentDesigner/”
, editorSkinPath: “/WorkArea/csslib/Editor/”
, langType: 1033
, localizedStrings:
{ stdOK: “OK”
, stdCancel: “Cancel”
, mnuInsAbv: “Insert Above”
, mnuInsBel: “Insert Below”
, mnuDupl: “Duplicate”
, mnuMvUp: “Move Up”
, mnuMvDn: “Move Down”
, mnuRem: “Remove”
, sFld: “Field”
, sInvFld: “At least one field is not valid. Please correct it and try again.”
, sShow: “Show”
, sHide: “Hide”
}
};
try {
var sf = Ektron.SmartForm.create(“ctl00_ContentPlaceHolder1_DropZone1_uxColumnDisplay_ctl00_uxControlColumn_ctl01_uxWidgetHost_uxWidgetHost_widget_FB_content”, settings);
Ektron.SmartForm.instances[“ctl00$ContentPlaceHolder1$DropZone1$uxColumnDisplay$ctl00$uxControlColumn$ctl01$uxWidgetHost$uxWidgetHost_widget$FB”] = sf;
if (sf) sf.onload();
} catch (ex) {
alert(‘Error initializing smart form: ‘ + ex.message);
}
});
Ektron.ready(function(event, eventName){
if($ektron(‘#aspnetForm_sessionId’).length == 0) $ektron(”).appendTo(‘#aspnetForm’);
});
Ektron.ready(function(event, eventName){
Ektron.FormBlock.create(
{
id: “ctl00_ContentPlaceHolder1_DropZone1_uxColumnDisplay_ctl00_uxControlColumn_ctl01_uxWidgetHost_uxWidgetHost_widget_FB”,
formId: “19327357738”,
isPoll: false,
isSmartForm: false,
legacyValidationRules: 0,
smartFormContainingElementName: “ctl00_ContentPlaceHolder1_DropZone1_uxColumnDisplay_ctl00_uxControlColumn_ctl01_uxWidgetHost_uxWidgetHost_widget_FB_content”,
formStateElementName: “__ekFormState_ctl00_ContentPlaceHolder1_DropZone1_uxColumnDisplay_ctl00_uxControlColumn_ctl01_uxWidgetHost_uxWidgetHost_widget_FB”
});
});
Ektron.ready(function(event, eventName){
Ektron.Controls.FormBlock.Utility.RedirectLink.init();
});