Difference between revisions of "Ajax Lookup Signup Page"

From SmartWiki
Jump to: navigation, search
(Replaced content with "{{DeprecatedPage}} See Signup_Page Category:Deprecated")
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
On a [[Custom Combined Sign-Up Page|Hybrid signup page]], you can have an [[Ajax]] Organization name lookup. To do that, make sure to have the following on the page and make sure company name is selected as matching field on organization sign up page settings.
+
{{DeprecatedPage}}
  
 +
See [[Signup_Page]]
  
<div id="resultdiv" style="position:absolute;left:0;top:0;z-index:109;display:none;background:#FFFFFF" onClick="this.style.display='none'"></div>
+
[[Category:Deprecated]]
<input class='large' type=text id="cname" name="cname" value="" onBlur="setDynamicSearchValue(dynsearch_highlight_row);clearDynamicSearch(false);"
 
autocomplete="off" onKeyUp="dyn_companysearch(event,this.value,document.getElementById('resultdiv'),document.getElementById('lookupdiv'),this.form.dummyid,this,1,0,'1637',false,0,1)">
 
</div>
 
 
 
<input type=hidden name="dummyid" value="">
 
 
 
<SCRIPT type="text/javascript" language=JavaScript src="/dynamic_search.js"></SCRIPT>
 
 
 
==See Also==
 
* [[Custom Combined Sign-Up Page]]
 
 
 
[[Category:Sign-Up Features]]
 

Latest revision as of 10:03, 26 September 2018


Ambox warning pn.png This article is deprecated and the information contained within may no longer be correct.

See Signup_Page