Print Page | Close Window

register asp problem

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=31598
Printed Date: 29 March 2026 at 8:51am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: register asp problem
Posted By: arge24
Subject: register asp problem
Date Posted: 07 February 2019 at 3:18pm
hello 
register asp check value code problem.

please fixed. 

https://i.ibb.co/F5k9s5t/2344.png


'If custom field 3 is required
If blnReqCustRegItemName3 AND strCustRegItemName3 <> "" AND (intUpdatePartNumber = 0 OR intUpdatePartNumber = 2) Then
%>

error : 


        if (formArea.cust1.value == ''){
                errorMsg += "\n<% = strCustRegItemName3 %>   -  <% = strYouMustEnterYour & " " & strCustRegItemName3 %>";
        }<%


error :  cust 3 check but cust1 write.

cust3 write need.



Replies:
Posted By: WebWiz-Bruce
Date Posted: 07 February 2019 at 3:34pm
If you change line 1806 from:

 if (formArea.cust1.value == ''){

To:

 if (formArea.cust3.value == ''){

It should fix the issue for you.



-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net