Stateless Form button error in App View

Stateless Form button error in App View

I have 2 stateless forms which perform search functions. When the page reloads to the left of the search results the buttons do not display correctly. In the app builder they appear normally on reload but in the live app on reload they are repeated numerous times down the page and have the form_field_name on them.

The only code in this page is 'on click' to specify the Search Parameter;

childname  =  Child_Registration  [ID == input.Search_Child];
searchParam = childname.Child_s_Name;
openUrl((((((" https://creator.zoho.com/" + zoho.adminuser) + "/") + zoho.appname) + "/") + "#View:Search1?searchParam=") + searchParam, "Same window");

How do I correct this problem?