Skip to content

Problem with form

I am coding an engine but im facing some problems

In this platform there isnt any name=comment or simmiliar .. Any suggestion ??

Comments

  • SvenSven www.GSA-Online.de
    form name=*Submit Comment

  • Log file :
    name=test  [type: Input]
    email=test@gmail.com  [type: Input]
    website=http://test.com  [type: Input]
    address=Where are you?  [type: Input]
    latitude=  [type: Hidden]
    longitude=  [type: Hidden]
    subscribe-checkbox=y  [type: CheckBox]
    tnc-checkbox=y  [type: CheckBox]
    extension=  [type: Hidden]
    cid=  [type: Hidden]
    parent=0  [type: Hidden]
    task=commentSave  [type: Hidden]
    pageItemId=4  [type: Hidden]

    COOKIES:
    1dbc7a99407c1b8ace277351dae7c0b7=1c4502424499e439c7e3e94ba7196d5c
    passed_check=1

  • and the part of engine :
    Submit_Comment=%Comment%
    Submit Comment=%Comment%
    *Comment=%Comment%


    Just for sure .. but nothing ..
  • tmpl=component&format=ajax&no_html=1&component=com_content&cid=169&comment=%comment%&parent_id=0&name=%name%&email=%email%&website=http%3A%2F%2Fsdasd.com&subscribe=false&tnc=true&latitude=&longitude=&address=&contentLink=http%3A%2F%2Fthefortcast.com%2Farchives%2Fepisode-archives%2F169-anne-gregory-podcast-ep-41&pageItemId=4&option=com_komento&namespace=site.views.komento.addcomment&9b00338c48bf25aaadab6327c560a9df=1
  • yes yes i get the point . you post comment.
    my engine can't find the form to post ..
    it finds everything else but not the form for comment ...

  • maybe its a bug , something with cookies or zone time ...
  • You'll have to use MODIFY URL and POST DATA here

    The data posted is as @andrzejek posted, though you'll need to extract that last variable like below:

    [komento-token]
    type=extract
    front=komento-token" style="display:none;"><input type="hidden" name="
    back="

    and extract the url to POST DATA to like this:

    [komento-post-url]
    type=extract
    front=baseUrl: '
    back='
  • MariosElGrecoMariosElGreco Athens
    edited March 2016
    well its really confusing for me this one .. maybe i have to stick in more easy engines.
    i beilive i get the point . if no name=comment on the form you'll get the "id,class" or any simmiliar and you post with those critiria ,, if i undrestand it right ..

    the part "post data" its a new world for me right now i can guess. :P
Sign In or Register to comment.