Hey guys, I need some help with wordpress How can I make it possible on my site Http://www.interact1.net So I can add a menu which says sell a house well that's the easy part. But when user clicks on it, it takes them to a sign up page in wordpress And then has custom form fields? Would really appreciate the help.
Your menus should be using WordPress' menu builder, if they're not then make that change. If the information just needs to be emailed to you then I'd just use "contact form 7" to build a custom form and email handlers and place on a page (follow the instructions, dead easy, great plugin) If the information needs to be saved into the database then that gets a bit more complex and I'd need to know if they are a custom post type or saved to a separate non-wp table.