Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • javier 59 posts 79 karma points
    Jul 26, 2010 @ 19:39
    javier
    0

    Show fields in a table

    Hi.

    Finally I'm able to show and send to email a form using Doc2Form.

    When the form is displayed it looks llike

      Name1:  __________

      Other Name: ______________

      Radio: ___ O   ___O

    I want it lile this:

    Name1: __________
    Other Name: ______________
    Radio: ___ O ___O

     

    How can I do that?

    Thanks for the help

     

    Javier

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Jul 26, 2010 @ 22:18
    Matt Brailsford
    0

    Hi Javiver,

    Doc2Form should drop a .cs file in your App_Code folder. You can edit this to reformat the emails that are sent out.

    Many thanks

    Matt

  • javier 59 posts 79 karma points
    Jul 26, 2010 @ 23:00
    javier
    0

    Thanks Matt, but I don't mean the email. I want to change the actual form the is shown to the user.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Jul 26, 2010 @ 23:51
    Matt Brailsford
    0

    Ahhh, in that case you'll want to use css. Doc2form places a lot of class names on elements, so you should have more than enough to style how you need.

    Matt

  • javier 59 posts 79 karma points
    Jul 27, 2010 @ 10:29
    javier
    0

    I tried to do that before, but nothing changed. I had to put

    <link rel="stylesheet" type="text/css" href="/css/Doc2Form.css">

    in the template :s 

    Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft