WPIntell

Source evidence

Email: invalid attribute name

osTicket Connector · support · 2023-11-17T16:27:00+00:00

mixedsentiment
lowseverity
0.57relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
bkjproductions resolved
On the Settings: osTicket Connector panel: When I am entering the API Key and URL and the Ticket Settings, there is a required field for Email. When I submit, an alert appears: Email: invalid attribute name. Valid characters: a-z, A-Z, 0-9, [, ], -, _, |, comma and space. So I cannot actually submit this form. Oddly, though, if instead of an actual email I put in only text for the email field, THEN, the settings will save. Hi. The Ticket Settings form needs to specify the name of the input element, not the actual email. It is assumed that the email will be specified by the user each time the form is filled out. For example, if your form contains next input element for the email: <input type="email" name="user_email" value="" /> then you should specify “user_email” as required field for Email in the Ticket Settings form. If you need to submit a form with the same email all the time, then just add a hidden field and use its name as the value for the Ticket Settings form. Thanks. Best regards, SCAND team

Comments

1 shown
SCAND 2023-11-20T09:40:00+00:00

Hi. The Ticket Settings form needs to specify the name of the input element, not the actual email. It is assumed that the email will be specified by the user each time the form is filled out. For example, if your form contains next input element for the email: <input type="email" name="user_email" value="" /> then you should specify “user_email” as required field for Email in the Ticket Settings form. If you need to submit a form with the same email all the time, then just add a hidden field and use its name as the value for the Ticket Settings form. Thanks. Best regards, SCAND team