Jump to content

Configure Product Domain Radio Select


Msonliy

Recommended Posts

Hello,

Screenshot_1.png.68e39d9bd9aa44d2cd4bc1c94423d3fd.png

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 !

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated