Skip to content

</table> form

How to submit this form (table)

<table width="100%">
<tbody><tr>
<td>
............
<tr align="center">
<td class="catbottom" colspan="2">
<input class="mainoption" value="I agree to these terms" name="submit" onclick="document.location = '/forum/user/acceptAgreement.page';" type="button">&nbsp;&nbsp;
<input class="mainoption" value="I do not agree to these terms" onclick="document.location = '/forum/forums/list.page';" type="button">&nbsp;&nbsp;
</td>
</tr>
</tbody></table>
</td>
</tr>
<tr>
<td align="center">
</td>
</tr>

<tr>

Comments

  • SvenSven www.GSA-Online.de
    thats no form at all but some javascript on a button click.
    you would need to simulate this by...

    [extract_agree_url]
    type=extract
    front=value="I agree to these terms"
    front2=document.location = '|document.location = "
    back='|"

    [step1]
    modify url=%extract_agree_url%
    just download=1
  • Thank you very much!

    Now works
  • SVEN What am I doing incorrectly

    [setup]
    enabled=1
    default checked=0

    engine type=~3m~forum
    description=Submits an article and puts a link to your site.
    dofollow=1
    anchor text=1
    creates own page=1
    uses pages=0

    page must have1=/jforum/templates/default/images/icon_mini_search|Powered by JForum|hottestTopics/list.page

    Search term="Powered by JForum"|Number of messages posted: "No posted messages available"|"Powered by JForum 2.1.8"|"Powered by JForum 2.1.9"|"Powered by JForum 2.1.7"

    add keyword to search=2
    use blog search=0
    extract keywords=0

    posted domain check=1

    skip ext links on=0
    skip content on=0
    skip url content on=0

    multiple posts per account=0

    ;---------------------------------------------------------------

    [URL]
    type=url 

    [Article_Title]
    type=text
    allow html=0
    must be filled=1
    hint=The title for your article. 
    capitalize words=1

    [Article]
    type=memo
    allow html=1
    must be filled=1
    html line break=1
    html line break format=<br />
    hint=The full article comes here.
    auto modify=0
    auto add anchor url=2
    auto add anchor url content=%file-auto_anchor-article.dat%
    custom mode=1


    [Anchor_Text]
    type=text
    alternate data=%spinfile-generic_anchor_text.dat%

    [Login]
    type=login
    must be filled=1
    hint=The login for websites that need an account. Use numbers and letters only.
    min length=15
    upcase=0
    static=1

    [Password]
    type=password
    must be filled=1
    hint=A password used for websites that need an account. Use numbers and letters only.
    static=1

    [Your E-Mail]
    type=email
    static=1

    [profile_id]
    type=extract
    find url=*/user/edit/*
    front=user/edit/
    back1=.page"

    [profile_url]
    type=extract
    find url=*/user/edit/*
    find link=My Profile
    replace=/edit/;/profile/
    default=/forum/user/profile/%profile_id%.page

    [extract_agree_url]
    type=extract
    front=value="I agree to these terms"
    front2=document.location = '|document.location = "
    back='|"

    ;---------------------------------------------------------------
    [REGISTER_STEP1]
    find link=Register
    find url=*insert.page*
    alternative url=/insert.page
    just download=1

    [REGISTER_STEP2]
    modify url=%extract_agree_url%
    just download=1


    [REGISTER_STEP3]


    submit success=Thank you for registering|Thank you for the registration
    submit failed=You have triggered an anti-bot security measure|


    verify submission=1
    verify by=email
    verify interval=20
    first verify=10
    verify timeout=30
    verify on unknown status=1

    username=%login%
    email=%your e-mail%
    password=%password%
    password_confirm=%password%
    captchaResponse=%captcha% 


    [LOGIN_STEP1]
    find link=Login
    find url=*login.page*
    alternative url=/jforum/user/login.page
    just download=1

    submit success=The requested resource () is not available.|Logout
    submit failed=Invalid username or password

    verify on unknown status=1

    form name=loginform
    form url=*/jforum.page


    username=%login%
    password=%password%
    autologin=1


    [LOGIN_STEP2]
    find link=Forum Index
    find url=*/list.page
    alternative url=/list.page
    just download=1

    [STEP1]
    find link=My Profile
    find url=*user/edit*
    just download=1

    link type=Article


    submit success=Your settings have been saved|Edit Profile</a>|Profil bearbeiten<|Profile successfully saved|Editar perfil<|El perfil se ha guardado correctamente|Profil enregistrй|Profil baЕџarД±yla kaydedildi.|Profilo correttamente salvato
    submit failed=Benutzername und Passwort falsch oder das Benutzerkonto existiert noch nicht!|Login denied!|Your account has either been blocked or you have not activated it yet.|<div class="alert alert-warning">|<h4 class="alert-heading">Warning</h4>|data-dismiss="alert">Ч</a>

    form name=post
    form url=/jforum.page


    verify submission=1
    verify by=url
    verify url=%profile_url%
    first verify=0
    verify interval=20
    verify timeout=30
    verify on unknown status=1
    verify search detail url=0

    website=%url%
    biography=%article%
    allowhtml=1

  • SvenSven www.GSA-Online.de
    your "submit success" and "submit failed" lines need always to be on *STEP1 section as thats the message seen and SER stops either with success or failure.


  • SvenSven www.GSA-Online.de
    same for the verify* lines.
Sign In or Register to comment.