Skip to content

Bug #25986 fix: First name field accepting any value in ''Authorizednet'' payment form#55

Open
deepgawade89 wants to merge 1 commit intotechjoomla:masterfrom
deepgawade89:Bug#25986
Open

Bug #25986 fix: First name field accepting any value in ''Authorizednet'' payment form#55
deepgawade89 wants to merge 1 commit intotechjoomla:masterfrom
deepgawade89:Bug#25986

Conversation

@deepgawade89
Copy link
Copy Markdown

No description provided.

</label>
<div class="controls">
<input class="inputbox required" id="cardfname" type="text" name="cardfname" size="35" value="<?php echo !empty($userInfo['firstname']) ?$userInfo['firstname']:'';?>" />
<input class="inputbox required" id="cardfname" type="text" name="cardfname" size="35" value="<?php echo !empty($userInfo['firstname']) ?$userInfo['firstname']:'';?>" pattern="[a-zA-Z0-9\s\.]+"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@deepgawade89 In french the name can be - Melodene D'Souza . and this should get accepted

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants