Msonliy Posted July 15, 2021 Share Posted July 15, 2021 Hello, I don't want to use the radio buttons. I just want to use it with input type focus. Can you please help? Here is part of the code... {if $registerdomainenabled} <div class="option"> <div class="option-title"> <label> <input type="radio" name="domainoption" value="register" id="selregister" {if $domainoption eq "register" } checked{/if} />{$LANG.cartregisterdomainchoice|sprintf2:$companyname} </label> </div> <div class="domain-input-group" id="domainregister"> <div class="row"> <div class="col-md-8 offset-md-2"> <div class="input-group input-group-lg"> <input type="text" id="registersld" value="{$sld}" class="form-control" autocapitalize="none"> <div class="input-group-append"> <select id="registertld" class="form-control custom-select custom-select-lg"> {foreach from=$registertlds item=listtld} <option value="{$listtld}" {if $listtld eq $tld} selected="selected" {/if}>{$listtld}</option> {/foreach} </select> <button type="submit" class="btn btn-success btn-lg"><i class="fal fa-search"></i></button> </div> </div> </div> </div> </div> </div> {/if} Thank you very much ! 0 Quote Link to comment Share on other sites More sharing options...
Msonliy Posted July 18, 2021 Author Share Posted July 18, 2021 Hello, Any news? Thank you. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.