Hello,
I was trying to make a plugin using a bootstrap modal window.
but when I use it I do not have "permission" to write in the textbox fields.
I think it's some css or js the general project I darken my modal window.
Should I put my button in the article detail page
What do you recommend?

Thanks for your help.

Using the version 3.80 and this is the code I am using


 Html.AddCssFileParts (Url.Content ( "~ / Plugins / Misc.Tracciamento / Styles / bootstrap.css"));
 
Html.AddScriptParts (Url.Content ( "~ / Plugins / Misc.TracciaMento / Script / bootstrap.js"));



 <! - Button triggers modal ->
    <Button type = "button" class = "btn btn-primary" data-toggle = "modal" data-target = "# myModal">
        Contact
    </ Button>
    
    <! - Modal ->
    <Div class = "modal fade" id = "myModal" tabindemodel = "- 1" role = "dialog" air-labelledby = "myModalLabel" aria-hidden = "true">
        <Div class = "modal-dialog" role = "document">
            <Div class = "modal-content" style = "z-index: 1000;">
                <Div class = "modal-header">
                    <Button type = "button" class = "close" data-dismiss = "modal"> <span air-hidden = "true"> & times; </ span> <span class = "sr-only"> Close </ span > </ button>
                    <H4 class = "modal-title" id = "myModalLabel"> Write the name and email </ h4>
                </ Div>
                <Div class = "modal-body">
                    @ Html.Action ( "Send", "Tracking")
                </ Div>
                <Div class = "modal-footer">
                    <Button type = "button" class = "btn btn-default" data-dismiss = "modal"> Close </ button>
                    <Button type = "button" id = "Send" class = "btn btn-primary"> Send </ button>
                </ Div>
            </ Div>
        </ Div>
    </ Div> img http://www.sds7.it/cattura1.png