Title: Dejean's Replies | WordPress.org

---

# Dejean

  [  ](https://wordpress.org/support/users/aikron/)

 *   [Profile](https://wordpress.org/support/users/aikron/)
 *   [Topics Started](https://wordpress.org/support/users/aikron/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aikron/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aikron/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aikron/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aikron/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aikron/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTML submit textfield to url](https://wordpress.org/support/topic/html-submit-textfield-to-url/)
 *  [Dejean](https://wordpress.org/support/users/aikron/)
 * (@aikron)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/html-submit-textfield-to-url/#post-6249125)
 * Yes certainly!
    Where are you placing this html (form)? In a file directly in
   the template’s folder? Or in a page in the administrative area?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HTML submit textfield to url](https://wordpress.org/support/topic/html-submit-textfield-to-url/)
 *  [Dejean](https://wordpress.org/support/users/aikron/)
 * (@aikron)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/html-submit-textfield-to-url/#post-6249027)
 * Can you use jQuery? If so,
    1- You could change the type of your Send button 
   to “button” instead of “submit”. 2- Detect the click, change the form’s action
   attribute and submit the form using the field value:
 * jQuery(“#BUTTON”).click(function(){
    jQuery(‘#YOURFORM’).attr(‘action’, “[http://domainname.com/user/”+jQuery(&#8220](http://domainname.com/user/”+jQuery(&#8220);.
   CODE”).val()).submit(); });

Viewing 2 replies - 1 through 2 (of 2 total)